Registers the resource as managed by the Data Catalog
Source:R/lakeformation_operations.R
lakeformation_register_resource.RdRegisters the resource as managed by the Data Catalog.
See https://www.paws-r-sdk.com/docs/lakeformation_register_resource/ for full documentation.
Usage
lakeformation_register_resource(
ResourceArn,
UseServiceLinkedRole = NULL,
RoleArn = NULL,
WithFederation = NULL,
HybridAccessEnabled = NULL,
WithPrivilegedAccess = NULL,
ExpectedResourceOwnerAccount = NULL
)Arguments
- ResourceArn
[required] The Amazon Resource Name (ARN) of the resource that you want to register.
- UseServiceLinkedRole
Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake Formation.
For more information, see Using Service-Linked Roles for Lake Formation.
- RoleArn
The identifier for the role that registers the resource.
- WithFederation
Whether or not the resource is a federated resource.
- HybridAccessEnabled
Specifies 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.
- WithPrivilegedAccess
Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location.
- ExpectedResourceOwnerAccount
The Amazon Web Services account that owns the Glue tables associated with specific Amazon S3 locations.