Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lakeformation.CfnResourcePropsMixin.Builder
Packages that use CfnResourcePropsMixin.Builder
-
Uses of CfnResourcePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lakeformation
Methods in software.amazon.awscdk.cfnpropertymixins.services.lakeformation that return CfnResourcePropsMixin.BuilderModifier and TypeMethodDescriptionCfnResourcePropsMixin.Builder.create()CfnResourcePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnResourcePropsMixin.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.CfnResourcePropsMixin.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.CfnResourcePropsMixin.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource.The IAM role that registered a resource.CfnResourcePropsMixin.Builder.useServiceLinkedRole(Boolean useServiceLinkedRole) Designates a trusted caller, an IAM principal, by registering this caller with the Data Catalog .CfnResourcePropsMixin.Builder.useServiceLinkedRole(IResolvable useServiceLinkedRole) Designates a trusted caller, an IAM principal, by registering this caller with the Data Catalog .CfnResourcePropsMixin.Builder.withFederation(Boolean withFederation) Allows Lake Formation to assume a role to access tables in a federated database.CfnResourcePropsMixin.Builder.withFederation(IResolvable withFederation) Allows Lake Formation to assume a role to access tables in a federated database.