Interface SageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps

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

@Stability(Experimental) public static interface SageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.sagemaker@SageMakerModelPackageStateChange 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.*;
 SageMakerModelPackageStateChangeProps sageMakerModelPackageStateChangeProps = SageMakerModelPackageStateChangeProps.builder()
         .certifyForMarketplace(List.of("certifyForMarketplace"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .modelPackageArn(List.of("modelPackageArn"))
         .modelPackageDescription(List.of("modelPackageDescription"))
         .modelPackageName(List.of("modelPackageName"))
         .tags(List.of(Tags.builder()
                 .key(List.of("key"))
                 .value(List.of("value"))
                 .build()))
         .build();
 
  • Method Details

    • getCertifyForMarketplace

      @Stability(Experimental) @Nullable default List<String> getCertifyForMarketplace()
      (experimental) CertifyForMarketplace property.

      Specify an array of string values to match this event if the actual value of CertifyForMarketplace 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: - -

    • getModelPackageArn

      @Stability(Experimental) @Nullable default List<String> getModelPackageArn()
      (experimental) ModelPackageArn property.

      Specify an array of string values to match this event if the actual value of ModelPackageArn 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

    • getModelPackageDescription

      @Stability(Experimental) @Nullable default List<String> getModelPackageDescription()
      (experimental) ModelPackageDescription property.

      Specify an array of string values to match this event if the actual value of ModelPackageDescription 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

    • getModelPackageName

      @Stability(Experimental) @Nullable default List<String> getModelPackageName()
      (experimental) ModelPackageName property.

      Specify an array of string values to match this event if the actual value of ModelPackageName 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<SageMakerModelPackageStateChange.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 SageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps.Builder of SageMakerModelPackageStateChange.SageMakerModelPackageStateChangeProps