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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3008
3009
3010
3011
3012
3013
3014
3015
3016
# File 'lib/aws-sdk-lakeformation/types.rb', line 3008

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)


3008
3009
3010
3011
3012
3013
3014
3015
3016
# File 'lib/aws-sdk-lakeformation/types.rb', line 3008

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)


3008
3009
3010
3011
3012
3013
3014
3015
3016
# File 'lib/aws-sdk-lakeformation/types.rb', line 3008

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].

[1]: docs.aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html

Returns:

  • (Boolean)


3008
3009
3010
3011
3012
3013
3014
3015
3016
# File 'lib/aws-sdk-lakeformation/types.rb', line 3008

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)


3008
3009
3010
3011
3012
3013
3014
3015
3016
# File 'lib/aws-sdk-lakeformation/types.rb', line 3008

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