Interface SageMakerNotebookInstanceStateChange.SageMakerNotebookInstanceStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerNotebookInstanceStateChange.SageMakerNotebookInstanceStateChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerNotebookInstanceStateChange
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.events.*;
SageMakerNotebookInstanceStateChangeProps sageMakerNotebookInstanceStateChangeProps = SageMakerNotebookInstanceStateChangeProps.builder()
.creationTime(List.of("creationTime"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.instanceType(List.of("instanceType"))
.lastModifiedTime(List.of("lastModifiedTime"))
.notebookInstanceArn(List.of("notebookInstanceArn"))
.notebookInstanceLifecycleConfigName(List.of("notebookInstanceLifecycleConfigName"))
.notebookInstanceName(List.of("notebookInstanceName"))
.notebookInstanceStatus(List.of("notebookInstanceStatus"))
.roleArn(List.of("roleArn"))
.tags(List.of(Tags.builder()
.key(List.of("key"))
.value(List.of("value"))
.build()))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSageMakerNotebookInstanceStateChange.SageMakerNotebookInstanceStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) CreationTime property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) InstanceType property.(experimental) LastModifiedTime property.(experimental) NotebookInstanceArn property.(experimental) NotebookInstanceLifecycleConfigName property.(experimental) NotebookInstanceName property.(experimental) NotebookInstanceStatus property.(experimental) RoleArn property.getTags()(experimental) Tags property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCreationTime
(experimental) CreationTime property.Specify an array of string values to match this event if the actual value of CreationTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getInstanceType
(experimental) InstanceType property.Specify an array of string values to match this event if the actual value of InstanceType is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLastModifiedTime
(experimental) LastModifiedTime property.Specify an array of string values to match this event if the actual value of LastModifiedTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getNotebookInstanceArn
(experimental) NotebookInstanceArn property.Specify an array of string values to match this event if the actual value of NotebookInstanceArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getNotebookInstanceLifecycleConfigName
(experimental) NotebookInstanceLifecycleConfigName property.Specify an array of string values to match this event if the actual value of NotebookInstanceLifecycleConfigName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getNotebookInstanceName
(experimental) NotebookInstanceName property.Specify an array of string values to match this event if the actual value of NotebookInstanceName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getNotebookInstanceStatus
(experimental) NotebookInstanceStatus property.Specify an array of string values to match this event if the actual value of NotebookInstanceStatus is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRoleArn
(experimental) RoleArn property.Specify an array of string values to match this event if the actual value of RoleArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTags
@Stability(Experimental) @Nullable default List<SageMakerNotebookInstanceStateChange.Tags> getTags()(experimental) Tags property.Specify an array of string values to match this event if the actual value of Tags is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SageMakerNotebookInstanceStateChange.SageMakerNotebookInstanceStateChangeProps.Builder builder()
-