Skip to content

Commit

Permalink
Adding SageMaker NotebookInstance properties (cloudtools#1421)
Browse files Browse the repository at this point in the history
* Adding AcceleratorTypes, AdditionalCodeRepositories and DefaultCodeRepository properties to SageMaker NotebookInstance resource
  • Loading branch information
kayengar authored and Dave Masino committed Oct 17, 2019
1 parent 97ab32e commit b977496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions troposphere/sagemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ class NotebookInstance(AWSObject):
resource_type = "AWS::SageMaker::NotebookInstance"

props = {
'AcceleratorTypes': ([basestring], False),
'AdditionalCodeRepositories': ([basestring], False),
'DefaultCodeRepository': (basestring, False),
'DirectInternetAccess': (basestring, False),
'InstanceType': (basestring, True),
'KmsKeyId': (basestring, False),
Expand Down

0 comments on commit b977496

Please sign in to comment.