Interface CfnApplicationProviderPropsMixin.DisplayDataProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationProviderPropsMixin.DisplayDataProperty.Jsii$Proxy
Enclosing class:
CfnApplicationProviderPropsMixin

@Stability(Stable) public static interface CfnApplicationProviderPropsMixin.DisplayDataProperty extends software.amazon.jsii.JsiiSerializable
A structure that describes how IAM Identity Center represents the application provider in the portal.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.sso.*;
 DisplayDataProperty displayDataProperty = DisplayDataProperty.builder()
         .description("description")
         .displayName("displayName")
         .iconUrl("iconUrl")
         .build();
 

See Also: