Class: Aws::LakeFormation::Types::DescribeLakeFormationIdentityCenterConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DescribeLakeFormationIdentityCenterConfigurationResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#external_filtering ⇒ Types::ExternalFilteringConfiguration
Indicates if external filtering is enabled.
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the connection.
-
#resource_share ⇒ String
The Amazon Resource Name (ARN) of the RAM share.
-
#service_integrations ⇒ Array<Types::ServiceIntegrationUnion>
A list of service integrations for enabling trusted identity propagation with external services such as Redshift.
-
#share_recipients ⇒ Array<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.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
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_id ⇒ String
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.
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_filtering ⇒ Types::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_arn ⇒ String
The Amazon Resource Name (ARN) of the connection.
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_share ⇒ String
The Amazon Resource Name (ARN) of the RAM share.
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_integrations ⇒ Array<Types::ServiceIntegrationUnion>
A list of service integrations for enabling trusted identity propagation with external services such as Redshift.
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_recipients ⇒ Array<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.
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 |