Show / Hide Table of Contents

Class CfnDLPSettingPropsMixin.LabelActionMappingProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-labelactionmapping.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 labelActionMappingProperty = new LabelActionMappingProperty {
                 Action = "action",
                 LabelId = "labelId",
                 LabelName = "labelName"
             };

Synopsis

Constructors

LabelActionMappingProperty()

Properties

Action
LabelId
LabelName

Constructors

LabelActionMappingProperty()

public LabelActionMappingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dlpsetting-labelactionmapping.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 labelActionMappingProperty = new LabelActionMappingProperty {
                 Action = "action",
                 LabelId = "labelId",
                 LabelName = "labelName"
             };

Properties

Action

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

string

Remarks

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

LabelId

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

string

Remarks

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

LabelName

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

string

Remarks

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

Implements

CfnDLPSettingPropsMixin.ILabelActionMappingProperty
Back to top Generated by DocFX