We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baf762 commit f02ab91Copy full SHA for f02ab91
1 file changed
cft-templates/sagemaker-template-with-url.yml
@@ -44,14 +44,14 @@ Resources:
44
InstanceType: !Ref NotebookInstanceType
45
RoleArn: !GetAtt SageMakerRole.Arn
46
PlatformIdentifier: notebook-al2-v2
47
- LifecycleConfigName: !GetAtt NotebookLifeCycleConfig.NotebookInstanceLifecycleConfigName
+ LifecycleConfigName: !GetAtt NotebookLifeCycleConfig.NotebookInstanceLifecycleConfigName
48
Tags:
49
- Key: cost_resource
50
Value: !Sub ${AWS::StackName}
51
- Key: Name
52
- Value: !Sub ${AWS::StackName}
53
-
54
-NotebookLifeCycleConfig:
+ Value: !Sub ${AWS::StackName}
+
+ NotebookLifeCycleConfig:
55
Type: AWS::SageMaker::NotebookInstanceLifecycleConfig
56
Properties:
57
OnStart:
0 commit comments