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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPrincipalPermissions.LFTagProperty
static final class
An implementation forCfnPrincipalPermissions.LFTagProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTagKey
The key-name for the LF-tag.- See Also:
-
getTagValues
A list of possible values of the correspondingTagKey
of an LF-tag key-value pair.- See Also:
-
builder
-