AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::EnvironmentBlueprintConfiguration

CfnEnvironmentBlueprintConfiguration

The configuration details of an environment blueprint.

Import

import { CfnEnvironmentBlueprintConfiguration } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnEnvironmentBlueprintConfiguration

Properties

Configuration passed to the constructor as CfnEnvironmentBlueprintConfigurationProps.

domainIdentifierRequired
string

The identifier of the Amazon DataZone domain in which an environment blueprint exists.

enabledRegionsRequired
string[]

The enabled AWS Regions specified in a blueprint configuration.

environmentBlueprintIdentifierRequired
string

The identifier of the environment blueprint. In the current release, only the following values are supported: `DefaultDataLake` and `DefaultDataWarehouse` .

environmentRolePermissionBoundaryOptional
string

The environment role permission boundary.

globalParametersOptional
{ [key: string]: string } | IResolvable

Region-agnostic environment blueprint parameters.

manageAccessRoleArnOptional
string

The ARN of the manage access role.

provisioningConfigurationsOptional
IResolvable | IResolvable | ProvisioningConfigurationProperty[]

The provisioning configuration of a blueprint.

provisioningRoleArnOptional
string

The ARN of the provisioning role.

regionalParametersOptional
IResolvable | IResolvable | RegionalParameterProperty[]

The regional parameters of the environment blueprint.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter