Interface CfnApplication.IdentityCenterConfigurationProperty

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

@Stability(Stable) public static interface CfnApplication.IdentityCenterConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation.

This configuration allows identity propagation between integrated services and the Identity Center instance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.emrserverless.*;
 IdentityCenterConfigurationProperty identityCenterConfigurationProperty = IdentityCenterConfigurationProperty.builder()
         .identityCenterInstanceArn("identityCenterInstanceArn")
         .build();
 

See Also: