Interface CfnPrincipalPermissions.LFTagProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPrincipalPermissions.LFTagProperty.Jsii$Proxy
Enclosing class:
CfnPrincipalPermissions

@Stability(Stable) public static interface CfnPrincipalPermissions.LFTagProperty extends software.amazon.jsii.JsiiSerializable
The LF-tag key and values attached to a resource.

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.lakeformation.*;
 LFTagProperty lFTagProperty = LFTagProperty.builder()
         .tagKey("tagKey")
         .tagValues(List.of("tagValues"))
         .build();
 

See Also: