Interface RepositoryEvents.ECRPullThroughCacheAction.ECRPullThroughCacheActionProps

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

@Stability(Experimental) public static interface RepositoryEvents.ECRPullThroughCacheAction.ECRPullThroughCacheActionProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Repository aws.ecr@ECRPullThroughCacheAction 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.*;
 ECRPullThroughCacheActionProps eCRPullThroughCacheActionProps = ECRPullThroughCacheActionProps.builder()
         .ecrRepositoryPrefix(List.of("ecrRepositoryPrefix"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .failureCode(List.of("failureCode"))
         .failureReason(List.of("failureReason"))
         .imageDigest(List.of("imageDigest"))
         .imageTag(List.of("imageTag"))
         .repositoryName(List.of("repositoryName"))
         .syncStatus(List.of("syncStatus"))
         .upstreamRegistryUrl(List.of("upstreamRegistryUrl"))
         .build();
 
  • Method Details

    • getEcrRepositoryPrefix

      @Stability(Experimental) @Nullable default List<String> getEcrRepositoryPrefix()
      (experimental) ecr-repository-prefix property.

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

    • getFailureCode

      @Stability(Experimental) @Nullable default List<String> getFailureCode()
      (experimental) failure-code property.

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

    • getFailureReason

      @Stability(Experimental) @Nullable default List<String> getFailureReason()
      (experimental) failure-reason property.

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

    • 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

    • 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

    • getSyncStatus

      @Stability(Experimental) @Nullable default List<String> getSyncStatus()
      (experimental) sync-status property.

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

    • getUpstreamRegistryUrl

      @Stability(Experimental) @Nullable default List<String> getUpstreamRegistryUrl()
      (experimental) upstream-registry-url property.

      Specify an array of string values to match this event if the actual value of upstream-registry-url 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 RepositoryEvents.ECRPullThroughCacheAction.ECRPullThroughCacheActionProps.Builder of RepositoryEvents.ECRPullThroughCacheAction.ECRPullThroughCacheActionProps