Interface CfnDLPSettingPropsMixin.LabelActionMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDLPSettingPropsMixin.LabelActionMappingProperty.Jsii$Proxy
- Enclosing class:
CfnDLPSettingPropsMixin
@Stability(Stable)
public static interface CfnDLPSettingPropsMixin.LabelActionMappingProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
LabelActionMappingProperty labelActionMappingProperty = LabelActionMappingProperty.builder()
.action("action")
.labelId("labelId")
.labelName("labelName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDLPSettingPropsMixin.LabelActionMappingPropertystatic final classAn implementation forCfnDLPSettingPropsMixin.LabelActionMappingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
- See Also:
-
getLabelId
- See Also:
-
getLabelName
- See Also:
-
builder
-