Interface CfnDLPSetting.LabelActionMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDLPSetting.LabelActionMappingProperty.Jsii$Proxy
- Enclosing class:
CfnDLPSetting
@Stability(Stable)
public static interface CfnDLPSetting.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.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 forCfnDLPSetting.LabelActionMappingPropertystatic final classAn implementation forCfnDLPSetting.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
-