Skip to content

Create Lake Formation Identity Center Configuration

lakeformation_create_lake_formation_identity_center_configuration R Documentation

Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources

Description

Creates an IAM Identity Center connection with Lake Formation to allow IAM Identity Center users and groups to access Data Catalog resources.

Usage

lakeformation_create_lake_formation_identity_center_configuration(
  CatalogId, InstanceArn, ExternalFiltering, ShareRecipients)

Arguments

CatalogId

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definitions, and other control information to manage your Lake Formation environment.

InstanceArn

The ARN of the IAM Identity Center instance for which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

ExternalFiltering

A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.

ShareRecipients

A list of Amazon Web Services account IDs and/or Amazon Web Services organization/organizational unit ARNs that are allowed to access data managed by Lake Formation.

If the ShareRecipients list includes valid values, a resource share is created with the principals you want to have access to the resources.

If the ShareRecipients value is null or the list is empty, no resource share is created.

Value

A list with the following syntax:

list(
  ApplicationArn = "string"
)

Request syntax

svc$create_lake_formation_identity_center_configuration(
  CatalogId = "string",
  InstanceArn = "string",
  ExternalFiltering = list(
    Status = "ENABLED"|"DISABLED",
    AuthorizedTargets = list(
      "string"
    )
  ),
  ShareRecipients = list(
    list(
      DataLakePrincipalIdentifier = "string"
    )
  )
)