AWS::Transfer::WebApp IdentityProviderDetails - 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::Transfer::WebApp IdentityProviderDetails

A structure that describes the values to use for the IAM Identity Center settings when you create or update a web app.

Syntax

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

JSON

{ "ApplicationArn" : String, "InstanceArn" : String, "Role" : String }

YAML

ApplicationArn: String InstanceArn: String Role: String

Properties

ApplicationArn

The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.

Required: No

Type: String

Pattern: ^arn:[\w-]+:sso::\d{12}:application/(sso)?ins-[a-zA-Z0-9-.]{16}/apl-[a-zA-Z0-9]{16}$

Minimum: 10

Maximum: 1224

Update requires: No interruption

InstanceArn

The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.

Required: No

Type: String

Pattern: ^arn:[\w-]+:sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$

Minimum: 10

Maximum: 1224

Update requires: Replacement

Role

The IAM role in IAM Identity Center used for the web app.

Required: No

Type: String

Pattern: ^arn:[a-z-]+:iam::[0-9]{12}:role[:/]\S+$

Minimum: 20

Maximum: 2048

Update requires: No interruption