interface EnvironmentBlueprintConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.EnvironmentBlueprintConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#EnvironmentBlueprintConfigurationReference |
![]() | software.amazon.awscdk.services.datazone.EnvironmentBlueprintConfigurationReference |
![]() | aws_cdk.aws_datazone.EnvironmentBlueprintConfigurationReference |
![]() | aws-cdk-lib » aws_datazone » EnvironmentBlueprintConfigurationReference |
A reference to a EnvironmentBlueprintConfiguration resource.
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 environmentBlueprintConfigurationReference: datazone.EnvironmentBlueprintConfigurationReference = {
domainId: 'domainId',
environmentBlueprintId: 'environmentBlueprintId',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainId of the EnvironmentBlueprintConfiguration resource. |
environment | string | The EnvironmentBlueprintId of the EnvironmentBlueprintConfiguration resource. |
domainId
Type:
string
The DomainId of the EnvironmentBlueprintConfiguration resource.
environmentBlueprintId
Type:
string
The EnvironmentBlueprintId of the EnvironmentBlueprintConfiguration resource.