You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegisterResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "ResourceArnString", # required
  use_service_linked_role: false,
  role_arn: "IAMRoleArn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)

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

#role_arnString

The identifier for the role that registers the resource.

Returns:

  • (String)

    The identifier for the role that registers the resource.

#use_service_linked_roleBoolean

Designates an AWS 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)

    Designates an AWS Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog.