Interface AWSAPICallViaCloudTrail.RepositoryMetadata

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

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

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.codecommit.events.*;
 RepositoryMetadata repositoryMetadata = RepositoryMetadata.builder()
         .accountId(List.of("accountId"))
         .arn(List.of("arn"))
         .cloneUrlHttp(List.of("cloneUrlHttp"))
         .cloneUrlSsh(List.of("cloneUrlSsh"))
         .creationDate(List.of("creationDate"))
         .lastModifiedDate(List.of("lastModifiedDate"))
         .repositoryDescription(List.of("repositoryDescription"))
         .repositoryId(List.of("repositoryId"))
         .repositoryName(List.of("repositoryName"))
         .build();
 
  • Method Details

    • getAccountId

      @Stability(Experimental) @Nullable default List<String> getAccountId()
      (experimental) accountId property.

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

    • getArn

      @Stability(Experimental) @Nullable default List<String> getArn()
      (experimental) arn property.

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

    • getCloneUrlHttp

      @Stability(Experimental) @Nullable default List<String> getCloneUrlHttp()
      (experimental) cloneUrlHttp property.

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

    • getCloneUrlSsh

      @Stability(Experimental) @Nullable default List<String> getCloneUrlSsh()
      (experimental) cloneUrlSsh property.

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

    • getCreationDate

      @Stability(Experimental) @Nullable default List<String> getCreationDate()
      (experimental) creationDate property.

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

    • getLastModifiedDate

      @Stability(Experimental) @Nullable default List<String> getLastModifiedDate()
      (experimental) lastModifiedDate property.

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

    • getRepositoryDescription

      @Stability(Experimental) @Nullable default List<String> getRepositoryDescription()
      (experimental) repositoryDescription property.

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

    • getRepositoryId

      @Stability(Experimental) @Nullable default List<String> getRepositoryId()
      (experimental) repositoryId property.

      Specify an array of string values to match this event if the actual value of repositoryId 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: - Do not filter on this field

    • builder

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