Interface SageMakerEndpointStateChange.SageMakerEndpointStateChangeProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
SageMakerEndpointStateChange.SageMakerEndpointStateChangeProps.Jsii$Proxy
Enclosing class:
SageMakerEndpointStateChange

@Stability(Experimental) public static interface SageMakerEndpointStateChange.SageMakerEndpointStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.sagemaker@SageMakerEndpointStateChange event.

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.*;
 SageMakerEndpointStateChangeProps sageMakerEndpointStateChangeProps = SageMakerEndpointStateChangeProps.builder()
         .creationTime(List.of("creationTime"))
         .endpointArn(List.of("endpointArn"))
         .endpointConfigName(List.of("endpointConfigName"))
         .endpointName(List.of("endpointName"))
         .endpointStatus(List.of("endpointStatus"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .lastModifiedTime(List.of("lastModifiedTime"))
         .tags(List.of(Tags.builder()
                 .key(List.of("key"))
                 .value(List.of("value"))
                 .build()))
         .build();
 
  • Method Details

    • getCreationTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEndpointArn

      @Stability(Experimental) @Nullable default List<String> getEndpointArn()
      (experimental) EndpointArn property.

      Specify an array of string values to match this event if the actual value of EndpointArn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEndpointConfigName

      @Stability(Experimental) @Nullable default List<String> getEndpointConfigName()
      (experimental) EndpointConfigName property.

      Specify an array of string values to match this event if the actual value of EndpointConfigName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEndpointName

      @Stability(Experimental) @Nullable default List<String> getEndpointName()
      (experimental) EndpointName property.

      Specify an array of string values to match this event if the actual value of EndpointName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEndpointStatus

      @Stability(Experimental) @Nullable default List<String> getEndpointStatus()
      (experimental) EndpointStatus property.

      Specify an array of string values to match this event if the actual value of EndpointStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getLastModifiedTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTags

      @Stability(Experimental) @Nullable default List<SageMakerEndpointStateChange.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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a SageMakerEndpointStateChange.SageMakerEndpointStateChangeProps.Builder of SageMakerEndpointStateChange.SageMakerEndpointStateChangeProps