Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentblueprintconfiguration-lakeformationconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentblueprintconfiguration-lakeformationconfiguration.html#cfn-datazone-environmentblueprintconfiguration-lakeformationconfiguration-locationregistrationexcludes3locations

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-environmentblueprintconfiguration-lakeformationconfiguration.html#cfn-datazone-environmentblueprintconfiguration-lakeformationconfiguration-locationregistrationrole

Back to top Generated by DocFX