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.
-
#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.
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1148 class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new( :catalog_id, :instance_arn, :application_arn, :external_filtering, :share_recipients, :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.
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1148 class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new( :catalog_id, :instance_arn, :application_arn, :external_filtering, :share_recipients, :resource_share) SENSITIVE = [] include Aws::Structure end |
#external_filtering ⇒ Types::ExternalFilteringConfiguration
Indicates if external filtering is enabled.
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1148 class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new( :catalog_id, :instance_arn, :application_arn, :external_filtering, :share_recipients, :resource_share) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The Amazon Resource Name (ARN) of the connection.
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1148 class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new( :catalog_id, :instance_arn, :application_arn, :external_filtering, :share_recipients, :resource_share) SENSITIVE = [] include Aws::Structure end |
#resource_share ⇒ String
The Amazon Resource Name (ARN) of the RAM share.
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1148 class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new( :catalog_id, :instance_arn, :application_arn, :external_filtering, :share_recipients, :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.
1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1148 class DescribeLakeFormationIdentityCenterConfigurationResponse < Struct.new( :catalog_id, :instance_arn, :application_arn, :external_filtering, :share_recipients, :resource_share) SENSITIVE = [] include Aws::Structure end |