@Stability(value=Stable)
public static interface CfnPrincipalPermissions.LFTagPolicyResourceProperty
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.*;
LFTagPolicyResourceProperty lFTagPolicyResourceProperty = LFTagPolicyResourceProperty.builder()
.catalogId("catalogId")
.expression(List.of(LFTagProperty.builder()
.tagKey("tagKey")
.tagValues(List.of("tagValues"))
.build()))
.resourceType("resourceType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrincipalPermissions.LFTagPolicyResourceProperty.Builder
A builder for
CfnPrincipalPermissions.LFTagPolicyResourceProperty |
static class |
CfnPrincipalPermissions.LFTagPolicyResourceProperty.Jsii$Proxy
An implementation for
CfnPrincipalPermissions.LFTagPolicyResourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrincipalPermissions.LFTagPolicyResourceProperty.Builder |
builder() |
String |
getCatalogId()
`CfnPrincipalPermissions.LFTagPolicyResourceProperty.CatalogId`.
|
Object |
getExpression()
`CfnPrincipalPermissions.LFTagPolicyResourceProperty.Expression`.
|
String |
getResourceType()
`CfnPrincipalPermissions.LFTagPolicyResourceProperty.ResourceType`.
|
@Stability(value=Stable) @NotNull String getCatalogId()
@Stability(value=Stable) @NotNull Object getExpression()
@Stability(value=Stable) @NotNull String getResourceType()
@Stability(value=Stable) static CfnPrincipalPermissions.LFTagPolicyResourceProperty.Builder builder()
Copyright © 2022. All rights reserved.