Show / Hide Table of Contents

Class CfnEnvironmentBlueprintConfiguration.LakeFormationConfigurationProperty

The Lake Formation configuration of the Data Lake blueprint.

Inheritance
object
CfnEnvironmentBlueprintConfiguration.LakeFormationConfigurationProperty
Implements
CfnEnvironmentBlueprintConfiguration.ILakeFormationConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnvironmentBlueprintConfiguration.LakeFormationConfigurationProperty : CfnEnvironmentBlueprintConfiguration.ILakeFormationConfigurationProperty
Syntax (vb)
Public Class CfnEnvironmentBlueprintConfiguration.LakeFormationConfigurationProperty Implements 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

Constructors

LakeFormationConfigurationProperty()

The Lake Formation configuration of the Data Lake blueprint.

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.

Constructors

LakeFormationConfigurationProperty()

The Lake Formation configuration of the Data Lake blueprint.

public LakeFormationConfigurationProperty()
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"
             };

Properties

LocationRegistrationExcludeS3Locations

Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode.

public string[]? LocationRegistrationExcludeS3Locations { get; set; }
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.

public string? LocationRegistrationRole { get; set; }
Property Value

string

Remarks

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

Implements

CfnEnvironmentBlueprintConfiguration.ILakeFormationConfigurationProperty
Back to top Generated by DocFX