StudioLifecycleConfigReference
- class aws_cdk.aws_sagemaker.StudioLifecycleConfigReference(*, studio_lifecycle_config_arn, studio_lifecycle_config_name)
Bases:
object
A reference to a StudioLifecycleConfig resource.
- Parameters:
studio_lifecycle_config_arn (
str
) – The ARN of the StudioLifecycleConfig resource.studio_lifecycle_config_name (
str
) – The StudioLifecycleConfigName of the StudioLifecycleConfig resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_sagemaker as sagemaker studio_lifecycle_config_reference = sagemaker.StudioLifecycleConfigReference( studio_lifecycle_config_arn="studioLifecycleConfigArn", studio_lifecycle_config_name="studioLifecycleConfigName" )
Attributes
- studio_lifecycle_config_arn
The ARN of the StudioLifecycleConfig resource.
- studio_lifecycle_config_name
The StudioLifecycleConfigName of the StudioLifecycleConfig resource.