AWS::DataZone::EnvironmentBlueprintConfigurationThe configuration details of an environment blueprint.
import { CfnEnvironmentBlueprintConfiguration } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnEnvironmentBlueprintConfigurationConfiguration passed to the constructor as CfnEnvironmentBlueprintConfigurationProps.
domainIdentifierRequiredstringThe identifier of the Amazon DataZone domain in which an environment blueprint exists.
enabledRegionsRequiredstring[]The enabled AWS Regions specified in a blueprint configuration.
environmentBlueprintIdentifierRequiredstringThe identifier of the environment blueprint. In the current release, only the following values are supported: `DefaultDataLake` and `DefaultDataWarehouse` .
environmentRolePermissionBoundaryOptionalstringThe environment role permission boundary.
globalParametersOptional{ [key: string]: string } | IResolvableRegion-agnostic environment blueprint parameters.
manageAccessRoleArnOptionalstringThe ARN of the manage access role.
provisioningConfigurationsOptionalIResolvable | IResolvable | ProvisioningConfigurationProperty[]The provisioning configuration of a blueprint.
provisioningRoleArnOptionalstringThe ARN of the provisioning role.
regionalParametersOptionalIResolvable | IResolvable | RegionalParameterProperty[]The regional parameters of the environment blueprint.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::EnvironmentBlueprintConfiguration