AWS::MPA::ApprovalTeam Approver - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::MPA::ApprovalTeam Approver

Contains details for an approver.

Syntax

To declare this entity in your 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