interface ProvisioningConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnEnvironmentBlueprintConfiguration.ProvisioningConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnEnvironmentBlueprintConfiguration_ProvisioningConfigurationProperty |
![]() | software.amazon.awscdk.services.datazone.CfnEnvironmentBlueprintConfiguration.ProvisioningConfigurationProperty |
![]() | aws_cdk.aws_datazone.CfnEnvironmentBlueprintConfiguration.ProvisioningConfigurationProperty |
![]() | aws-cdk-lib » aws_datazone » CfnEnvironmentBlueprintConfiguration » 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-lib';
const provisioningConfigurationProperty: datazone.CfnEnvironmentBlueprintConfiguration.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
The Lake Formation configuration of the Data Lake blueprint.