Interface RepositoryEvents.AWSAPICallViaCloudTrail.RequestParameters

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

@Stability(Experimental) public static interface RepositoryEvents.AWSAPICallViaCloudTrail.RequestParameters extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for RequestParameters.

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.*;
 RequestParameters requestParameters = RequestParameters.builder()
         .acceptedMediaTypes(List.of("acceptedMediaTypes"))
         .imageIds(List.of(RequestParametersItem.builder()
                 .imageTag(List.of("imageTag"))
                 .build()))
         .registryId(List.of("registryId"))
         .repositoryName(List.of("repositoryName"))
         .build();
 
  • Method Details

    • getAcceptedMediaTypes

      @Stability(Experimental) @Nullable default List<String> getAcceptedMediaTypes()
      (experimental) acceptedMediaTypes property.

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

    • getImageIds

      @Stability(Experimental) @Nullable default List<RepositoryEvents.AWSAPICallViaCloudTrail.RequestParametersItem> getImageIds()
      (experimental) imageIds property.

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

    • getRegistryId

      @Stability(Experimental) @Nullable default List<String> getRegistryId()
      (experimental) registryId property.

      Specify an array of string values to match this event if the actual value of registryId 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) repositoryName property.

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

    • builder

      @Stability(Experimental) static RepositoryEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder builder()
      Returns:
      a RepositoryEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder of RepositoryEvents.AWSAPICallViaCloudTrail.RequestParameters