Show / Hide Table of Contents

Interface ICfnDLPSettingMixinProps

Properties for CfnDLPSettingPropsMixin.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.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 cfnDLPSettingMixinProps = new CfnDLPSettingMixinProps {
                 AwsAccountId = "awsAccountId",
                 DlpSettingId = "dlpSettingId",
                 Enabled = false,
                 Name = "name",
                 ProviderConfig = new ProviderConfigProperty {
                     MicrosoftPurview = new MicrosoftPurviewProviderConfigProperty {
                         Credentials = new MicrosoftPurviewCredentialsProperty {
                             SecretArn = "secretArn"
                         },
                         LabelActionMappings = new [] { new LabelActionMappingProperty {
                             Action = "action",
                             LabelId = "labelId",
                             LabelName = "labelName"
                         } },
                         UnmappedAction = "unmappedAction"
                     }
                 },
                 ProviderOutageAction = "providerOutageAction",
                 ProviderType = "providerType",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Properties

AwsAccountId

Properties for CfnDLPSettingPropsMixin.

DlpSettingId

Properties for CfnDLPSettingPropsMixin.

Enabled

Properties for CfnDLPSettingPropsMixin.

Name

Properties for CfnDLPSettingPropsMixin.

ProviderConfig

Properties for CfnDLPSettingPropsMixin.

ProviderOutageAction

Properties for CfnDLPSettingPropsMixin.

ProviderType

Properties for CfnDLPSettingPropsMixin.

Tags

Properties for CfnDLPSettingPropsMixin.

Properties

AwsAccountId

Properties for CfnDLPSettingPropsMixin.

string? AwsAccountId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.html#cfn-quicksight-dlpsetting-awsaccountid

DlpSettingId

Properties for CfnDLPSettingPropsMixin.

string? DlpSettingId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.html#cfn-quicksight-dlpsetting-dlpsettingid

Enabled

Properties for CfnDLPSettingPropsMixin.

object? Enabled { get; }
Property Value

object

Remarks

Default: - false

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.html#cfn-quicksight-dlpsetting-enabled

Type union: either bool or IResolvable

Name

Properties for CfnDLPSettingPropsMixin.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.html#cfn-quicksight-dlpsetting-name

ProviderConfig

Properties for CfnDLPSettingPropsMixin.

object? ProviderConfig { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDLPSettingPropsMixin.IProviderConfigProperty

ProviderOutageAction

Properties for CfnDLPSettingPropsMixin.

string? ProviderOutageAction { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.html#cfn-quicksight-dlpsetting-provideroutageaction

ProviderType

Properties for CfnDLPSettingPropsMixin.

string? ProviderType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.html#cfn-quicksight-dlpsetting-providertype

Tags

Properties for CfnDLPSettingPropsMixin.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dlpsetting.html#cfn-quicksight-dlpsetting-tags

Back to top Generated by DocFX