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::SSO::ApplicationProvider DisplayData
A structure that describes how the portal represents an application provider.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "DisplayName" :String, "IconUrl" :String}
YAML
Description:StringDisplayName:StringIconUrl:String
Properties
Description-
The description of the application provider that appears in the portal.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
DisplayName-
The name of the application provider that appears in the portal.
Required: No
Type: String
Minimum:
1Maximum:
100Update requires: No interruption
IconUrl-
A URL that points to an icon that represents the application provider.
Required: No
Type: String
Pattern:
^(http|https):\/\/.*$Minimum:
1Maximum:
768Update requires: No interruption