Interface CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.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.cfnpropertymixins.services.quicksight.*;
IdentityCenterConfigurationProperty identityCenterConfigurationProperty = IdentityCenterConfigurationProperty.builder()
.enableIdentityPropagation(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataSourcePropsMixin.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
@Stability(Stable) static CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty.Builder builder()
-