@Stability(value=Stable)
public static interface CfnPermissions.DataLocationResourceProperty
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.*;
DataLocationResourceProperty dataLocationResourceProperty = DataLocationResourceProperty.builder()
.catalogId("catalogId")
.s3Resource("s3Resource")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPermissions.DataLocationResourceProperty.Builder
A builder for
CfnPermissions.DataLocationResourceProperty |
static class |
CfnPermissions.DataLocationResourceProperty.Jsii$Proxy
An implementation for
CfnPermissions.DataLocationResourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPermissions.DataLocationResourceProperty.Builder |
builder() |
default String |
getCatalogId()
`CfnPermissions.DataLocationResourceProperty.CatalogId`.
|
default String |
getS3Resource()
Currently not supported by AWS CloudFormation .
|
@Stability(value=Stable) @Nullable default String getCatalogId()
@Stability(value=Stable) @Nullable default String getS3Resource()
@Stability(value=Stable) static CfnPermissions.DataLocationResourceProperty.Builder builder()
Copyright © 2022. All rights reserved.