Interface AWSAPICallViaCloudTrail.Comment

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

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

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.*;
 Comment comment = Comment.builder()
         .authorArn(List.of("authorArn"))
         .clientRequestToken(List.of("clientRequestToken"))
         .commentId(List.of("commentId"))
         .content(List.of("content"))
         .creationDate(List.of("creationDate"))
         .deleted(List.of("deleted"))
         .inReplyTo(List.of("inReplyTo"))
         .lastModifiedDate(List.of("lastModifiedDate"))
         .build();
 
  • Method Details

    • getAuthorArn

      @Stability(Experimental) @Nullable default List<String> getAuthorArn()
      (experimental) authorArn property.

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

    • getClientRequestToken

      @Stability(Experimental) @Nullable default List<String> getClientRequestToken()
      (experimental) clientRequestToken property.

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

    • getCommentId

      @Stability(Experimental) @Nullable default List<String> getCommentId()
      (experimental) commentId property.

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

    • getContent

      @Stability(Experimental) @Nullable default List<String> getContent()
      (experimental) content property.

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

    • getDeleted

      @Stability(Experimental) @Nullable default List<String> getDeleted()
      (experimental) deleted property.

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

    • getInReplyTo

      @Stability(Experimental) @Nullable default List<String> getInReplyTo()
      (experimental) inReplyTo property.

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

    • builder

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