Class: Aws::LakeFormation::Types::UpdateLakeFormationIdentityCenterConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::UpdateLakeFormationIdentityCenterConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_status ⇒ String
Allows to enable or disable the IAM Identity Center connection.
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#external_filtering ⇒ Types::ExternalFilteringConfiguration
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
-
#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 to access data managed by Lake Formation.
Instance Attribute Details
#application_status ⇒ String
Allows to enable or disable the IAM Identity Center connection.
3884 3885 3886 3887 3888 3889 3890 3891 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3884 class UpdateLakeFormationIdentityCenterConfigurationRequest < Struct.new( :catalog_id, :share_recipients, :application_status, :external_filtering) 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, view definitions, and other control information to manage your Lake Formation environment.
3884 3885 3886 3887 3888 3889 3890 3891 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3884 class UpdateLakeFormationIdentityCenterConfigurationRequest < Struct.new( :catalog_id, :share_recipients, :application_status, :external_filtering) SENSITIVE = [] include Aws::Structure end |
#external_filtering ⇒ Types::ExternalFilteringConfiguration
A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
3884 3885 3886 3887 3888 3889 3890 3891 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3884 class UpdateLakeFormationIdentityCenterConfigurationRequest < Struct.new( :catalog_id, :share_recipients, :application_status, :external_filtering) 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 to access data managed by Lake Formation.
If the ‘ShareRecipients` list includes valid values, then the resource share is updated with the principals you want to have access to the resources.
If the ‘ShareRecipients` value is null, both the list of share recipients and the resource share remain unchanged.
If the ‘ShareRecipients` value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.
3884 3885 3886 3887 3888 3889 3890 3891 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3884 class UpdateLakeFormationIdentityCenterConfigurationRequest < Struct.new( :catalog_id, :share_recipients, :application_status, :external_filtering) SENSITIVE = [] include Aws::Structure end |