Interface RepositoryEvents.ECRReferrerAction.ECRReferrerActionProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
RepositoryEvents.ECRReferrerAction.ECRReferrerActionProps.Jsii$Proxy
Enclosing class:
RepositoryEvents.ECRReferrerAction

@Stability(Experimental) public static interface RepositoryEvents.ECRReferrerAction.ECRReferrerActionProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Repository aws.ecr@ECRReferrerAction 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.ecr.events.*;
 ECRReferrerActionProps eCRReferrerActionProps = ECRReferrerActionProps.builder()
         .actionType(List.of("actionType"))
         .artifactMediaType(List.of("artifactMediaType"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .imageDigest(List.of("imageDigest"))
         .imageTag(List.of("imageTag"))
         .manifestMediaType(List.of("manifestMediaType"))
         .repositoryName(List.of("repositoryName"))
         .result(List.of("result"))
         .build();
 
  • Method Details

    • getActionType

      @Stability(Experimental) @Nullable default List<String> getActionType()
      (experimental) action-type property.

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

    • getArtifactMediaType

      @Stability(Experimental) @Nullable default List<String> getArtifactMediaType()
      (experimental) artifact-media-type property.

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

    • getImageDigest

      @Stability(Experimental) @Nullable default List<String> getImageDigest()
      (experimental) image-digest property.

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

    • getImageTag

      @Stability(Experimental) @Nullable default List<String> getImageTag()
      (experimental) image-tag property.

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

    • getManifestMediaType

      @Stability(Experimental) @Nullable default List<String> getManifestMediaType()
      (experimental) manifest-media-type property.

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

    • getRepositoryName

      @Stability(Experimental) @Nullable default List<String> getRepositoryName()
      (experimental) repository-name property.

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

      Default: - Filter with the Repository reference

    • getResult

      @Stability(Experimental) @Nullable default List<String> getResult()
      (experimental) result property.

      Specify an array of string values to match this event if the actual value of result 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 RepositoryEvents.ECRReferrerAction.ECRReferrerActionProps.Builder builder()
      Returns:
      a RepositoryEvents.ECRReferrerAction.ECRReferrerActionProps.Builder of RepositoryEvents.ECRReferrerAction.ECRReferrerActionProps