Interface AWSAPICallViaCloudTrail.MergeMetadata
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.MergeMetadata.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.*;
MergeMetadata mergeMetadata = MergeMetadata.builder()
.isMerged(List.of("isMerged"))
.mergeCommitId(List.of("mergeCommitId"))
.mergedBy(List.of("mergedBy"))
.mergeOption(List.of("mergeOption"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.MergeMetadatastatic final classAn implementation forAWSAPICallViaCloudTrail.MergeMetadata -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) isMerged property.(experimental) mergeCommitId property.(experimental) mergedBy property.(experimental) mergeOption property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsMerged
(experimental) isMerged property.Specify an array of string values to match this event if the actual value of isMerged 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
-
getMergeCommitId
(experimental) mergeCommitId property.Specify an array of string values to match this event if the actual value of mergeCommitId 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
-
getMergedBy
(experimental) mergedBy property.Specify an array of string values to match this event if the actual value of mergedBy 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
-
getMergeOption
(experimental) mergeOption property.Specify an array of string values to match this event if the actual value of mergeOption 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
-