Interface SageMakerNotebookLifecycleConfigStateChange.SageMakerNotebookLifecycleConfigStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerNotebookLifecycleConfigStateChange.SageMakerNotebookLifecycleConfigStateChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerNotebookLifecycleConfigStateChange
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.*;
SageMakerNotebookLifecycleConfigStateChangeProps sageMakerNotebookLifecycleConfigStateChangeProps = SageMakerNotebookLifecycleConfigStateChangeProps.builder()
.creationTime(List.of("creationTime"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.lastModifiedTime(List.of("lastModifiedTime"))
.notebookInstanceLifecycleConfigArn(List.of("notebookInstanceLifecycleConfigArn"))
.notebookInstanceLifecycleConfigName(List.of("notebookInstanceLifecycleConfigName"))
.tags(List.of(Tags.builder()
.key(List.of("key"))
.value(List.of("value"))
.build()))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSageMakerNotebookLifecycleConfigStateChange.SageMakerNotebookLifecycleConfigStateChangeProps.Builderstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic SageMakerNotebookLifecycleConfigStateChange.SageMakerNotebookLifecycleConfigStateChangeProps.Builderbuilder()(experimental) CreationTime property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) LastModifiedTime property.(experimental) NotebookInstanceLifecycleConfigArn property.(experimental) NotebookInstanceLifecycleConfigName 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: - -
-
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
-
getNotebookInstanceLifecycleConfigArn
(experimental) NotebookInstanceLifecycleConfigArn property.Specify an array of string values to match this event if the actual value of NotebookInstanceLifecycleConfigArn 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
-
getTags
@Stability(Experimental) @Nullable default List<SageMakerNotebookLifecycleConfigStateChange.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 SageMakerNotebookLifecycleConfigStateChange.SageMakerNotebookLifecycleConfigStateChangeProps.Builder builder()
-