Show / Hide Table of Contents

Class CfnDLPSettingPropsMixin.ProviderConfigProperty

Inheritance
object
CfnDLPSettingPropsMixin.ProviderConfigProperty
Implements
CfnDLPSettingPropsMixin.IProviderConfigProperty
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.ProviderConfigProperty : CfnDLPSettingPropsMixin.IProviderConfigProperty
Syntax (vb)
Public Class CfnDLPSettingPropsMixin.ProviderConfigProperty Implements CfnDLPSettingPropsMixin.IProviderConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-providerconfig.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 providerConfigProperty = new ProviderConfigProperty {
                 MicrosoftPurview = new MicrosoftPurviewProviderConfigProperty {
                     Credentials = new MicrosoftPurviewCredentialsProperty {
                         SecretArn = "secretArn"
                     },
                     LabelActionMappings = new [] { new LabelActionMappingProperty {
                         Action = "action",
                         LabelId = "labelId",
                         LabelName = "labelName"
                     } },
                     UnmappedAction = "unmappedAction"
                 }
             };

Synopsis

Constructors

ProviderConfigProperty()

Properties

MicrosoftPurview

Constructors

ProviderConfigProperty()

public ProviderConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-providerconfig.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 providerConfigProperty = new ProviderConfigProperty {
                 MicrosoftPurview = new MicrosoftPurviewProviderConfigProperty {
                     Credentials = new MicrosoftPurviewCredentialsProperty {
                         SecretArn = "secretArn"
                     },
                     LabelActionMappings = new [] { new LabelActionMappingProperty {
                         Action = "action",
                         LabelId = "labelId",
                         LabelName = "labelName"
                     } },
                     UnmappedAction = "unmappedAction"
                 }
             };

Properties

MicrosoftPurview

public object? MicrosoftPurview { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDLPSettingPropsMixin.IMicrosoftPurviewProviderConfigProperty

Implements

CfnDLPSettingPropsMixin.IProviderConfigProperty
Back to top Generated by DocFX