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: