Uses of Class
software.amazon.awscdk.services.lakeformation.CfnResource.Builder
Package
Description
AWS::LakeFormation Construct Library
-
Uses of CfnResource.Builder in software.amazon.awscdk.services.lakeformation
Modifier and TypeMethodDescriptionstatic CfnResource.Builder
CfnResource.Builder.hybridAccessEnabled
(Boolean hybridAccessEnabled) Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.CfnResource.Builder.hybridAccessEnabled
(IResolvable hybridAccessEnabled) Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.CfnResource.Builder.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the resource.The IAM role that registered a resource.CfnResource.Builder.useServiceLinkedRole
(Boolean useServiceLinkedRole) Designates a trusted caller, an IAM principal, by registering this caller with the Data Catalog .CfnResource.Builder.useServiceLinkedRole
(IResolvable useServiceLinkedRole) Designates a trusted caller, an IAM principal, by registering this caller with the Data Catalog .CfnResource.Builder.withFederation
(Boolean withFederation) Allows Lake Formation to assume a role to access tables in a federated database.CfnResource.Builder.withFederation
(IResolvable withFederation) Allows Lake Formation to assume a role to access tables in a federated database.