Class: Aws::LakeFormation::Types::RegisterResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hybrid_access_enabledBoolean

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.

Returns:

  • (Boolean)


2792
2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2792

class RegisterResourceRequest < Struct.new(
  :resource_arn,
  :use_service_linked_role,
  :role_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource that you want to register.

Returns:

  • (String)


2792
2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2792

class RegisterResourceRequest < Struct.new(
  :resource_arn,
  :use_service_linked_role,
  :role_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The identifier for the role that registers the resource.

Returns:

  • (String)


2792
2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2792

class RegisterResourceRequest < Struct.new(
  :resource_arn,
  :use_service_linked_role,
  :role_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#use_service_linked_roleBoolean

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.

Returns:

  • (Boolean)


2792
2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2792

class RegisterResourceRequest < Struct.new(
  :resource_arn,
  :use_service_linked_role,
  :role_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#with_federationBoolean

Whether or not the resource is a federated resource.

Returns:

  • (Boolean)


2792
2793
2794
2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2792

class RegisterResourceRequest < Struct.new(
  :resource_arn,
  :use_service_linked_role,
  :role_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end