Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.69 KB

File metadata and controls

58 lines (35 loc) · 1.69 KB

Community::CodeCommit::ApprovalRuleTemplate TemplateContent

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