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)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1052

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :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)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1052

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

#external_filteringTypes::ExternalFilteringConfiguration

Indicates if external filtering is enabled.



1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1052

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

#instance_arnString

The Amazon Resource Name (ARN) of the connection.

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1052

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

#resource_shareString

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

Returns:

  • (String)


1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1052

class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new(
  :catalog_id,
  :instance_arn,
  :application_arn,
  :external_filtering,
  :share_recipients,
  :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:



1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1052

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