@Stability(value=Stable)
public static interface CfnPrincipalPermissions.LFTagKeyResourceProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrincipalPermissions.LFTagKeyResourceProperty.Builder
A builder for
CfnPrincipalPermissions.LFTagKeyResourceProperty |
static class |
CfnPrincipalPermissions.LFTagKeyResourceProperty.Jsii$Proxy
An implementation for
CfnPrincipalPermissions.LFTagKeyResourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrincipalPermissions.LFTagKeyResourceProperty.Builder |
builder() |
String |
getCatalogId()
`CfnPrincipalPermissions.LFTagKeyResourceProperty.CatalogId`.
|
String |
getTagKey()
`CfnPrincipalPermissions.LFTagKeyResourceProperty.TagKey`.
|
List<String> |
getTagValues()
`CfnPrincipalPermissions.LFTagKeyResourceProperty.TagValues`.
|
@Stability(value=Stable) @NotNull String getCatalogId()
@Stability(value=Stable) @NotNull String getTagKey()
@Stability(value=Stable) @NotNull List<String> getTagValues()
@Stability(value=Stable) static CfnPrincipalPermissions.LFTagKeyResourceProperty.Builder builder()
Copyright © 2022. All rights reserved.