This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MPA::IdentitySource
Creates a new identity source. For more information, see Identity Source in the Multi-party approval User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MPA::IdentitySource", "Properties" : { "IdentitySourceParameters" :IdentitySourceParameters, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::MPA::IdentitySource Properties: IdentitySourceParameters:IdentitySourceParametersTags:- Tag
Properties
IdentitySourceParameters-
A
IdentitySourceParametersobject. Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.Required: Yes
Type: IdentitySourceParameters
Update requires: Replacement
-
Tags that you have added to the specified resource.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreationTime-
Timestamp when the identity source was created.
IdentitySourceArn-
Amazon Resource Name (ARN) for the identity source.
IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl-
URL for the approval portal associated with the IAM Identity Center instance.
IdentitySourceType-
The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
Status-
Status for the identity source. For example, if the identity source is
ACTIVE. StatusCode-
Status code of the identity source.
StatusMessage-
Message describing the status for the identity source.