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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationProviderPropsMixin.DisplayDataPropertystatic final classAn implementation forCfnApplicationProviderPropsMixin.DisplayDataProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The description of the application provider that appears in the portal.- See Also:
-
getDisplayName
The name of the application provider that appears in the portal.- See Also:
-
getIconUrl
A URL that points to an icon that represents the application provider.- See Also:
-
builder
-