Interface CfnDataSource.IdentityCenterConfigurationProperty

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

@Stability(Stable) public static interface CfnDataSource.IdentityCenterConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The parameters for an IAM Identity Center configuration.

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.quicksight.*;
 IdentityCenterConfigurationProperty identityCenterConfigurationProperty = IdentityCenterConfigurationProperty.builder()
         .enableIdentityPropagation(false)
         .build();
 

See Also: