Show / Hide Table of Contents

Interface CfnDLPSettingPropsMixin.IMicrosoftPurviewProviderConfigProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDLPSettingPropsMixin.IMicrosoftPurviewProviderConfigProperty
Syntax (vb)
Public Interface CfnDLPSettingPropsMixin.IMicrosoftPurviewProviderConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-microsoftpurviewproviderconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var microsoftPurviewProviderConfigProperty = new MicrosoftPurviewProviderConfigProperty {
                 Credentials = new MicrosoftPurviewCredentialsProperty {
                     SecretArn = "secretArn"
                 },
                 LabelActionMappings = new [] { new LabelActionMappingProperty {
                     Action = "action",
                     LabelId = "labelId",
                     LabelName = "labelName"
                 } },
                 UnmappedAction = "unmappedAction"
             };

Synopsis

Properties

Credentials
LabelActionMappings
UnmappedAction

Properties

Credentials

object? Credentials { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-microsoftpurviewproviderconfig.html#cfn-quicksight-dlpsetting-microsoftpurviewproviderconfig-credentials

Type union: either IResolvable or CfnDLPSettingPropsMixin.IMicrosoftPurviewCredentialsProperty

LabelActionMappings

object? LabelActionMappings { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-microsoftpurviewproviderconfig.html#cfn-quicksight-dlpsetting-microsoftpurviewproviderconfig-labelactionmappings

Type union: either IResolvable or (either IResolvable or CfnDLPSettingPropsMixin.ILabelActionMappingProperty)[]

UnmappedAction

string? UnmappedAction { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-microsoftpurviewproviderconfig.html#cfn-quicksight-dlpsetting-microsoftpurviewproviderconfig-unmappedaction

Back to top Generated by DocFX