Community::CodeCommit::ApprovalRuleTemplate Statement

October 22, 2020 ยท View on GitHub

The statement of the approval rule template content.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : String,
    "NumberOfApprovalsNeeded" : Integer,
    "ApprovalPoolMembers" : [ String, ... ]
}

YAML

Type: String
NumberOfApprovalsNeeded: Integer
ApprovalPoolMembers: 
      - String

Properties

Type

Required: Yes

Type: String

Allowed Values: Approvers

Update requires: No interruption

NumberOfApprovalsNeeded

Required: Yes

Type: Integer

Update requires: No interruption

ApprovalPoolMembers

If approval pool members are specified, only approvals from these members will count toward satisfying this rule. You can use wildcards to match multiple approvers with one value.

Required: Yes

Type: List of String

Update requires: No interruption