interface IdentityCenterConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSourcePropsMixin_IdentityCenterConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDataSourcePropsMixin » IdentityCenterConfigurationProperty |
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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const identityCenterConfigurationProperty: quicksight.CfnDataSourcePropsMixin.IdentityCenterConfigurationProperty = {
enableIdentityPropagation: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable | boolean | IResolvable | A Boolean option that controls whether Trusted Identity Propagation should be used. |
enableIdentityPropagation?
Type:
boolean | IResolvable
(optional)
A Boolean option that controls whether Trusted Identity Propagation should be used.

.NET
Go
Java
Python
TypeScript