Class CfnEnvironmentBlueprintConfiguration.ProvisioningConfigurationProperty
The provisioning configuration of the blueprint.
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnvironmentBlueprintConfiguration.ProvisioningConfigurationProperty : CfnEnvironmentBlueprintConfiguration.IProvisioningConfigurationProperty
Syntax (vb)
Public Class CfnEnvironmentBlueprintConfiguration.ProvisioningConfigurationProperty Implements CfnEnvironmentBlueprintConfiguration.IProvisioningConfigurationProperty
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 provisioningConfigurationProperty = new ProvisioningConfigurationProperty {
LakeFormationConfiguration = new LakeFormationConfigurationProperty {
LocationRegistrationExcludeS3Locations = new [] { "locationRegistrationExcludeS3Locations" },
LocationRegistrationRole = "locationRegistrationRole"
}
};
Synopsis
Constructors
| ProvisioningConfigurationProperty() | The provisioning configuration of the blueprint. |
Properties
| LakeFormationConfiguration | The Lake Formation configuration of the Data Lake blueprint. |
Constructors
ProvisioningConfigurationProperty()
The provisioning configuration of the blueprint.
public ProvisioningConfigurationProperty()
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 provisioningConfigurationProperty = new ProvisioningConfigurationProperty {
LakeFormationConfiguration = new LakeFormationConfigurationProperty {
LocationRegistrationExcludeS3Locations = new [] { "locationRegistrationExcludeS3Locations" },
LocationRegistrationRole = "locationRegistrationRole"
}
};
Properties
LakeFormationConfiguration
The Lake Formation configuration of the Data Lake blueprint.
public object LakeFormationConfiguration { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnEnvironmentBlueprintConfiguration.ILakeFormationConfigurationProperty