@Stability(value=Stable)
public static interface CfnPrincipalPermissions.LFTagProperty
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.*;
LFTagProperty lFTagProperty = LFTagProperty.builder()
.tagKey("tagKey")
.tagValues(List.of("tagValues"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrincipalPermissions.LFTagProperty.Builder
A builder for
CfnPrincipalPermissions.LFTagProperty |
static class |
CfnPrincipalPermissions.LFTagProperty.Jsii$Proxy
An implementation for
CfnPrincipalPermissions.LFTagProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrincipalPermissions.LFTagProperty.Builder |
builder() |
default String |
getTagKey()
`CfnPrincipalPermissions.LFTagProperty.TagKey`.
|
default List<String> |
getTagValues()
`CfnPrincipalPermissions.LFTagProperty.TagValues`.
|
@Stability(value=Stable) @Nullable default String getTagKey()
@Stability(value=Stable) @Nullable default List<String> getTagValues()
@Stability(value=Stable) static CfnPrincipalPermissions.LFTagProperty.Builder builder()
Copyright © 2022. All rights reserved.