View a markdown version of this page

AWS::SSO::ApplicationProvider DisplayData - AWS CloudFormation

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: String DisplayName: String IconUrl: String

Properties

Description

The description of the application provider that appears in the portal.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

DisplayName

The name of the application provider that appears in the portal.

Required: No

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

IconUrl

A URL that points to an icon that represents the application provider.

Required: No

Type: String

Pattern: ^(http|https):\/\/.*$

Minimum: 1

Maximum: 768

Update requires: No interruption