Interface AWSAPICallViaCloudTrail.Comment
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.Comment.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.Commentstatic final classAn implementation forAWSAPICallViaCloudTrail.Comment -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) authorArn property.(experimental) clientRequestToken property.(experimental) commentId property.(experimental) content property.(experimental) creationDate property.(experimental) deleted property.(experimental) inReplyTo property.(experimental) lastModifiedDate property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-