Class CfnDLPSettingPropsMixin.LabelActionMappingProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDLPSettingPropsMixin.LabelActionMappingProperty : CfnDLPSettingPropsMixin.ILabelActionMappingProperty
Syntax (vb)
Public Class CfnDLPSettingPropsMixin.LabelActionMappingProperty Implements CfnDLPSettingPropsMixin.ILabelActionMappingProperty
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 labelActionMappingProperty = new LabelActionMappingProperty {
Action = "action",
LabelId = "labelId",
LabelName = "labelName"
};
Synopsis
Constructors
| LabelActionMappingProperty() |
Properties
| Action | |
| LabelId | |
| LabelName |
Constructors
LabelActionMappingProperty()
public LabelActionMappingProperty()
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 labelActionMappingProperty = new LabelActionMappingProperty {
Action = "action",
LabelId = "labelId",
LabelName = "labelName"
};
Properties
Action
public string? Action { get; set; }
Property Value
Remarks
LabelId
public string? LabelId { get; set; }
Property Value
Remarks
LabelName
public string? LabelName { get; set; }