Community::CodeCommit::ApprovalRuleTemplate TemplateContent
October 22, 2020 ยท View on GitHub
The content of the approval rule template.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Version" : String,
"DestinationReferences" : [ String, ... ],
"Statements" : [ Statement, ... ]
}
YAML
Version: String DestinationReferences: - String Statements: - Statement
Properties
Version
Required: Yes
Type: String
Allowed Values: 2018-11-08
Update requires: No interruption
DestinationReferences
Use branch filters to only apply this template to a pull request if the destination branch name matches a name.
Required: No
Type: List of String
Update requires: No interruption
Statements
Required: Yes
Type: List of Statement
Update requires: No interruption