Interface CfnPrincipalPermissions.LFTagKeyResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrincipalPermissions.LFTagKeyResourceProperty.Jsii$Proxy
- Enclosing class:
CfnPrincipalPermissions
@Stability(Stable)
public static interface CfnPrincipalPermissions.LFTagKeyResourceProperty
extends software.amazon.jsii.JsiiSerializable
A structure containing an LF-tag key and values for 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.*; LFTagKeyResourceProperty lFTagKeyResourceProperty = LFTagKeyResourceProperty.builder() .catalogId("catalogId") .tagKey("tagKey") .tagValues(List.of("tagValues")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPrincipalPermissions.LFTagKeyResourceProperty
static final class
An implementation forCfnPrincipalPermissions.LFTagKeyResourceProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The identifier for the Data Catalog where the location is registered with Data Catalog .The key-name for the LF-tag.A list of possible values for the correspondingTagKey
of an LF-tag key-value pair.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogId
The identifier for the Data Catalog where the location is registered with Data Catalog .- See Also:
-
getTagKey
The key-name for the LF-tag.- See Also:
-
getTagValues
A list of possible values for the correspondingTagKey
of an LF-tag key-value pair.- See Also:
-
builder
-