AWS::MPA::ApprovalTeam Approver - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::MPA::ApprovalTeam Approver

Contains details for an approver.

Syntax

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

JSON

{ "ApproverId" : String, "PrimaryIdentityId" : String, "PrimaryIdentitySourceArn" : String, "PrimaryIdentityStatus" : String, "ResponseTime" : String }

Properties

ApproverId

ID for the approver.

Required: No

Type: String

Update requires: No interruption

PrimaryIdentityId

ID for the user.

Required: Yes

Type: String

Update requires: No interruption

PrimaryIdentitySourceArn

Amazon Resource Name (ARN) for the identity source. The identity source manages the user authentication for approvers.

Required: Yes

Type: String

Update requires: No interruption

PrimaryIdentityStatus

Status for the identity source. For example, if an approver has accepted a team invitation with a user authentication method managed by the identity source.

Required: No

Type: String

Update requires: No interruption

ResponseTime

Timestamp when the approver responded to an approval team invitation.

Required: No

Type: String

Update requires: No interruption