Interface S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps

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

@Stability(Experimental) public static interface S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.omics@S3AccessPolicyStatusChange 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.omics.events.*;
 S3AccessPolicyStatusChangeProps s3AccessPolicyStatusChangeProps = S3AccessPolicyStatusChangeProps.builder()
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .omicsVersion(List.of("omicsVersion"))
         .s3AccessPointArn(List.of("s3AccessPointArn"))
         .status(List.of("status"))
         .storeId(List.of("storeId"))
         .storeType(List.of("storeType"))
         .build();
 
  • Method Details

    • getEventMetadata

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

      Default: - -

    • getOmicsVersion

      @Stability(Experimental) @Nullable default List<String> getOmicsVersion()
      (experimental) omicsVersion property.

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

    • getS3AccessPointArn

      @Stability(Experimental) @Nullable default List<String> getS3AccessPointArn()
      (experimental) s3AccessPointArn property.

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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (experimental) status property.

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

    • getStoreId

      @Stability(Experimental) @Nullable default List<String> getStoreId()
      (experimental) storeId property.

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

    • getStoreType

      @Stability(Experimental) @Nullable default List<String> getStoreType()
      (experimental) storeType property.

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

      @Stability(Experimental) static S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder builder()
      Returns:
      a S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps.Builder of S3AccessPolicyStatusChange.S3AccessPolicyStatusChangeProps