interface ProvisioningConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnEnvironmentBlueprintConfigurationPropsMixin.ProvisioningConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnEnvironmentBlueprintConfigurationPropsMixin_ProvisioningConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentBlueprintConfigurationPropsMixin.ProvisioningConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnEnvironmentBlueprintConfigurationPropsMixin.ProvisioningConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » CfnEnvironmentBlueprintConfigurationPropsMixin » ProvisioningConfigurationProperty |
The provisioning configuration of the blueprint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const provisioningConfigurationProperty: datazone.CfnEnvironmentBlueprintConfigurationPropsMixin.ProvisioningConfigurationProperty = {
lakeFormationConfiguration: {
locationRegistrationExcludeS3Locations: ['locationRegistrationExcludeS3Locations'],
locationRegistrationRole: 'locationRegistrationRole',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| lake | IResolvable | Lake | The Lake Formation configuration of the Data Lake blueprint. |
lakeFormationConfiguration?
Type:
IResolvable | Lake
(optional)
The Lake Formation configuration of the Data Lake blueprint.

.NET
Go
Java
Python
TypeScript