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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.IdentityCenterConfigurationProperty
static final class
An implementation forCfnDataSource.IdentityCenterConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableIdentityPropagation
A Boolean option that controls whether Trusted Identity Propagation should be used.- See Also:
-
builder
-