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}
YAML
ApproverId:StringPrimaryIdentityId:StringPrimaryIdentitySourceArn:StringPrimaryIdentityStatus:StringResponseTime: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