Interface CodeCommitApprovalRuleTemplateChange.CodeCommitApprovalRuleTemplateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodeCommitApprovalRuleTemplateChange.CodeCommitApprovalRuleTemplateChangeProps.Jsii$Proxy
- Enclosing class:
CodeCommitApprovalRuleTemplateChange
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.*;
CodeCommitApprovalRuleTemplateChangeProps codeCommitApprovalRuleTemplateChangeProps = CodeCommitApprovalRuleTemplateChangeProps.builder()
.approvalRuleTemplateContentSha256(List.of("approvalRuleTemplateContentSha256"))
.approvalRuleTemplateId(List.of("approvalRuleTemplateId"))
.approvalRuleTemplateName(List.of("approvalRuleTemplateName"))
.callerUserArn(List.of("callerUserArn"))
.creationDate(List.of("creationDate"))
.event(List.of("event"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.lastModifiedDate(List.of("lastModifiedDate"))
.notificationBody(List.of("notificationBody"))
.repositories(Map.of(
"repositoriesKey", "repositories"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCodeCommitApprovalRuleTemplateChange.CodeCommitApprovalRuleTemplateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) approvalRuleTemplateContentSha256 property.(experimental) approvalRuleTemplateId property.(experimental) approvalRuleTemplateName property.(experimental) callerUserArn property.(experimental) creationDate property.getEvent()(experimental) event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) lastModifiedDate property.(experimental) notificationBody property.(experimental) repositories property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApprovalRuleTemplateContentSha256
(experimental) approvalRuleTemplateContentSha256 property.Specify an array of string values to match this event if the actual value of approvalRuleTemplateContentSha256 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
-
getApprovalRuleTemplateId
(experimental) approvalRuleTemplateId property.Specify an array of string values to match this event if the actual value of approvalRuleTemplateId 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
-
getApprovalRuleTemplateName
(experimental) approvalRuleTemplateName property.Specify an array of string values to match this event if the actual value of approvalRuleTemplateName 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
-
getCallerUserArn
(experimental) callerUserArn property.Specify an array of string values to match this event if the actual value of callerUserArn 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
-
getEvent
(experimental) event property.Specify an array of string values to match this event if the actual value of event 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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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
-
getNotificationBody
(experimental) notificationBody property.Specify an array of string values to match this event if the actual value of notificationBody 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
-
getRepositories
(experimental) repositories property.Specify an array of string values to match this event if the actual value of repositories 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
@Stability(Experimental) static CodeCommitApprovalRuleTemplateChange.CodeCommitApprovalRuleTemplateChangeProps.Builder builder()
-