interface CfnEnvironmentBlueprintConfigurationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnEnvironmentBlueprintConfigurationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnEnvironmentBlueprintConfigurationProps |
![]() | software.amazon.awscdk.services.datazone.CfnEnvironmentBlueprintConfigurationProps |
![]() | aws_cdk.aws_datazone.CfnEnvironmentBlueprintConfigurationProps |
![]() | aws-cdk-lib » aws_datazone » CfnEnvironmentBlueprintConfigurationProps |
Properties for defining a CfnEnvironmentBlueprintConfiguration
.
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 cfnEnvironmentBlueprintConfigurationProps: datazone.CfnEnvironmentBlueprintConfigurationProps = {
domainIdentifier: 'domainIdentifier',
enabledRegions: ['enabledRegions'],
environmentBlueprintIdentifier: 'environmentBlueprintIdentifier',
// the properties below are optional
manageAccessRoleArn: 'manageAccessRoleArn',
provisioningRoleArn: 'provisioningRoleArn',
regionalParameters: [{
parameters: {
parametersKey: 'parameters',
},
region: 'region',
}],
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The identifier of the Amazon DataZone domain in which an environment blueprint exists. |
enabled | string[] | The enabled AWS Regions specified in a blueprint configuration. |
environment | string | The identifier of the environment blueprint. |
manage | string | The ARN of the manage access role. |
provisioning | string | The ARN of the provisioning role. |
regional | IResolvable | IResolvable | Regional [] | The regional parameters of the environment blueprint. |
domainIdentifier
Type:
string
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
enabledRegions
Type:
string[]
The enabled AWS Regions specified in a blueprint configuration.
environmentBlueprintIdentifier
Type:
string
The identifier of the environment blueprint.
In the current release, only the following values are supported: DefaultDataLake
and DefaultDataWarehouse
.
manageAccessRoleArn?
Type:
string
(optional)
The ARN of the manage access role.
provisioningRoleArn?
Type:
string
(optional)
The ARN of the provisioning role.
regionalParameters?
Type:
IResolvable
|
IResolvable
|
Regional
[]
(optional)
The regional parameters of the environment blueprint.