Interface CfnEnvironmentBlueprintConfiguration.ILakeFormationConfigurationProperty
The Lake Formation configuration of the Data Lake blueprint.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEnvironmentBlueprintConfiguration.ILakeFormationConfigurationProperty
Syntax (vb)
Public Interface CfnEnvironmentBlueprintConfiguration.ILakeFormationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var lakeFormationConfigurationProperty = new LakeFormationConfigurationProperty {
LocationRegistrationExcludeS3Locations = new [] { "locationRegistrationExcludeS3Locations" },
LocationRegistrationRole = "locationRegistrationRole"
};
Synopsis
Properties
| LocationRegistrationExcludeS3Locations | Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode. |
| LocationRegistrationRole | The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode. |
Properties
LocationRegistrationExcludeS3Locations
Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.
string[]? LocationRegistrationExcludeS3Locations { get; }
Property Value
string[]
Remarks
LocationRegistrationRole
The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using AWS Lake Formation hybrid access mode.
string? LocationRegistrationRole { get; }