interface MicrosoftPurviewProviderConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDLPSetting.MicrosoftPurviewProviderConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDLPSetting_MicrosoftPurviewProviderConfigProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDLPSetting.MicrosoftPurviewProviderConfigProperty |
Python | aws_cdk.aws_quicksight.CfnDLPSetting.MicrosoftPurviewProviderConfigProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDLPSetting » 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-lib';
const microsoftPurviewProviderConfigProperty: quicksight.CfnDLPSetting.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
labelActionMappings
Type:
IResolvable | (IResolvable | Label)[]
unmappedAction
Type:
string

.NET
Go
Java
Python
TypeScript