Show / Hide Table of Contents

Class CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty

Inheritance
object
CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty
Implements
CfnDLPSettingPropsMixin.IMicrosoftPurviewProviderConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty : CfnDLPSettingPropsMixin.IMicrosoftPurviewProviderConfigProperty
Syntax (vb)
Public Class CfnDLPSettingPropsMixin.MicrosoftPurviewProviderConfigProperty Implements 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

Constructors

MicrosoftPurviewProviderConfigProperty()

Properties

Credentials
LabelActionMappings
UnmappedAction

Constructors

MicrosoftPurviewProviderConfigProperty()

public MicrosoftPurviewProviderConfigProperty()
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"
             };

Properties

Credentials

public object? Credentials { get; set; }
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

public object? LabelActionMappings { get; set; }
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

public string? UnmappedAction { get; set; }
Property Value

string

Remarks

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

Implements

CfnDLPSettingPropsMixin.IMicrosoftPurviewProviderConfigProperty
Back to top Generated by DocFX