Class: Aws::LakeFormation::Types::RegisterResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::RegisterResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hybrid_access_enabled ⇒ Boolean
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.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to register.
-
#role_arn ⇒ String
The identifier for the role that registers the resource.
-
#use_service_linked_role ⇒ Boolean
Designates an Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog.
-
#with_federation ⇒ Boolean
Whether or not the resource is a federated resource.
-
#with_privileged_access ⇒ Boolean
Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location.
Instance Attribute Details
#hybrid_access_enabled ⇒ Boolean
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.
3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3126 class RegisterResourceRequest < Struct.new( :resource_arn, :use_service_linked_role, :role_arn, :with_federation, :hybrid_access_enabled, :with_privileged_access) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to register.
3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3126 class RegisterResourceRequest < Struct.new( :resource_arn, :use_service_linked_role, :role_arn, :with_federation, :hybrid_access_enabled, :with_privileged_access) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The identifier for the role that registers the resource.
3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3126 class RegisterResourceRequest < Struct.new( :resource_arn, :use_service_linked_role, :role_arn, :with_federation, :hybrid_access_enabled, :with_privileged_access) SENSITIVE = [] include Aws::Structure end |
#use_service_linked_role ⇒ Boolean
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].
[1]: docs.aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html
3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3126 class RegisterResourceRequest < Struct.new( :resource_arn, :use_service_linked_role, :role_arn, :with_federation, :hybrid_access_enabled, :with_privileged_access) SENSITIVE = [] include Aws::Structure end |
#with_federation ⇒ Boolean
Whether or not the resource is a federated resource.
3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3126 class RegisterResourceRequest < Struct.new( :resource_arn, :use_service_linked_role, :role_arn, :with_federation, :hybrid_access_enabled, :with_privileged_access) SENSITIVE = [] include Aws::Structure end |
#with_privileged_access ⇒ Boolean
Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location.
3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3126 class RegisterResourceRequest < Struct.new( :resource_arn, :use_service_linked_role, :role_arn, :with_federation, :hybrid_access_enabled, :with_privileged_access) SENSITIVE = [] include Aws::Structure end |