@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.366Z") @Stability(value=Stable) public interface CfnTagProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnTagProps cfnTagProps = CfnTagProps.builder()
.tagKey("tagKey")
.tagValues(List.of("tagValues"))
// the properties below are optional
.catalogId("catalogId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTagProps.Builder
A builder for
CfnTagProps |
static class |
CfnTagProps.Jsii$Proxy
An implementation for
CfnTagProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTagProps.Builder |
builder() |
default String |
getCatalogId()
`AWS::LakeFormation::Tag.CatalogId`.
|
String |
getTagKey()
`AWS::LakeFormation::Tag.TagKey`.
|
List<String> |
getTagValues()
`AWS::LakeFormation::Tag.TagValues`.
|
@Stability(value=Stable) @NotNull String getTagKey()
@Stability(value=Stable) @NotNull List<String> getTagValues()
@Stability(value=Stable) @Nullable default String getCatalogId()
@Stability(value=Stable) static CfnTagProps.Builder builder()
CfnTagProps.Builder of CfnTagPropsCopyright © 2022. All rights reserved.