Class: Aws::LakeFormation::Types::DescribeLakeFormationIdentityCenterConfigurationResponse

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

#application_arnString

The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1183

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :service_integrations,
  :resource_share)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_idString

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.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1183

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :service_integrations,
  :resource_share)
  SENSITIVE = []
  include Aws::Structure
end

#external_filteringTypes::ExternalFilteringConfiguration

Indicates if external filtering is enabled.



1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1183

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :service_integrations,
  :resource_share)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

The Amazon Resource Name (ARN) of the connection.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1183

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :service_integrations,
  :resource_share)
  SENSITIVE = []
  include Aws::Structure
end

#resource_shareString

The Amazon Resource Name (ARN) of the RAM share.

Returns:

  • (String)


1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1183

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :service_integrations,
  :resource_share)
  SENSITIVE = []
  include Aws::Structure
end

#service_integrationsArray<Types::ServiceIntegrationUnion>

A list of service integrations for enabling trusted identity propagation with external services such as Redshift.

Returns:



1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1183

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :service_integrations,
  :resource_share)
  SENSITIVE = []
  include Aws::Structure
end

#share_recipientsArray<Types::DataLakePrincipal>

A list of Amazon Web Services account IDs 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 as the ShareRecipients.

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

Returns:



1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1183

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :service_integrations,
  :resource_share)
  SENSITIVE = []
  include Aws::Structure
end