Skip to content

Describe Lake Formation Identity Center Configuration

lakeformation_describe_lake_formation_identity_center_configuration R Documentation

Retrieves the instance ARN and application ARN for the connection

Description

Retrieves the instance ARN and application ARN for the connection.

Usage

lakeformation_describe_lake_formation_identity_center_configuration(
  CatalogId)

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, and other control information to manage your Lake Formation environment.

Value

A list with the following syntax:

list(
  CatalogId = "string",
  InstanceArn = "string",
  ApplicationArn = "string",
  ExternalFiltering = list(
    Status = "ENABLED"|"DISABLED",
    AuthorizedTargets = list(
      "string"
    )
  ),
  ShareRecipients = list(
    list(
      DataLakePrincipalIdentifier = "string"
    )
  ),
  ResourceShare = "string"
)

Request syntax

svc$describe_lake_formation_identity_center_configuration(
  CatalogId = "string"
)