@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.363Z") @Stability(value=Stable) public interface CfnResourceProps 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.*;
CfnResourceProps cfnResourceProps = CfnResourceProps.builder()
.resourceArn("resourceArn")
.useServiceLinkedRole(false)
// the properties below are optional
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceProps.Builder
A builder for
CfnResourceProps |
static class |
CfnResourceProps.Jsii$Proxy
An implementation for
CfnResourceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceProps.Builder |
builder() |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource.
|
default String |
getRoleArn()
The IAM role that registered a resource.
|
Object |
getUseServiceLinkedRole()
Designates a trusted caller, an IAM principal, by registering this caller with the Data Catalog.
|
@Stability(value=Stable) @NotNull String getResourceArn()
@Stability(value=Stable) @NotNull Object getUseServiceLinkedRole()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnResourceProps.Builder builder()
CfnResourceProps.Builder of CfnResourcePropsCopyright © 2022. All rights reserved.