interface MicrosoftPurviewProviderConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDLPSettingPropsMixin_MicrosoftPurviewProviderConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDLPSettingPropsMixin » MicrosoftPurviewProviderConfigProperty |
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 microsoftPurviewProviderConfigProperty: quicksight.CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty = {
credentials: {
secretArn: 'secretArn',
},
labelActionMappings: [{
action: 'action',
labelId: 'labelId',
labelName: 'labelName',
}],
unmappedAction: 'unmappedAction',
};
Properties
| Name | Type | Description |
|---|---|---|
| credentials? | IResolvable | Microsoft | |
| label | IResolvable | (IResolvable | Label)[] | |
| unmapped | string |
credentials?
Type:
IResolvable | Microsoft
(optional)
labelActionMappings?
Type:
IResolvable | (IResolvable | Label)[]
(optional)
unmappedAction?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript