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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.IdentityCenterConfigurationPropertystatic final classAn 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.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-