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
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
Remarks
DlpSettingId
Properties for CfnDLPSettingPropsMixin.
string? DlpSettingId { get; }
Property Value
Remarks
Enabled
Properties for CfnDLPSettingPropsMixin.
object? Enabled { get; }
Property Value
Remarks
Default: - false
Type union: either bool or IResolvable
Name
Properties for CfnDLPSettingPropsMixin.
string? Name { get; }
Property Value
Remarks
ProviderConfig
Properties for CfnDLPSettingPropsMixin.
object? ProviderConfig { get; }
Property Value
Remarks
ProviderOutageAction
Properties for CfnDLPSettingPropsMixin.
string? ProviderOutageAction { get; }
Property Value
Remarks
ProviderType
Properties for CfnDLPSettingPropsMixin.
string? ProviderType { get; }