AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateLakeFormationIdentityCenterConfiguration operation. Updates the IAM Identity Center connection parameters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.LakeFormation.AmazonLakeFormationRequest
      Amazon.LakeFormation.Model.UpdateLakeFormationIdentityCenterConfigurationRequest

Namespace: Amazon.LakeFormation.Model
Assembly: AWSSDK.LakeFormation.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateLakeFormationIdentityCenterConfigurationRequest : AmazonLakeFormationRequest
         IAmazonWebServiceRequest

The UpdateLakeFormationIdentityCenterConfigurationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationStatus Amazon.LakeFormation.ApplicationStatus

Gets and sets the property ApplicationStatus.

Allows to enable or disable the IAM Identity Center connection.

Public Property CatalogId System.String

Gets and sets the property CatalogId.

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.

Public Property ExternalFiltering Amazon.LakeFormation.Model.ExternalFilteringConfiguration

Gets and sets the property ExternalFiltering.

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.

Public Property ServiceIntegrations System.Collections.Generic.List<Amazon.LakeFormation.Model.ServiceIntegrationUnion>

Gets and sets the property ServiceIntegrations.

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

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property ShareRecipients System.Collections.Generic.List<Amazon.LakeFormation.Model.DataLakePrincipal>

Gets and sets the property ShareRecipients.

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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer