interface IEnvironmentBlueprintConfigurationRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.aws_datazone.IEnvironmentBlueprintConfigurationRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#IEnvironmentBlueprintConfigurationRef | 
  Java | software.amazon.awscdk.services.datazone.IEnvironmentBlueprintConfigurationRef | 
  Python | aws_cdk.aws_datazone.IEnvironmentBlueprintConfigurationRef | 
  TypeScript  | aws-cdk-lib » aws_datazone » IEnvironmentBlueprintConfigurationRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a EnvironmentBlueprintConfiguration.
Properties
| Name | Type | Description | 
|---|---|---|
| environment | Environment | A reference to a EnvironmentBlueprintConfiguration resource. | 
| node | Node | The tree node. | 
environmentBlueprintConfigurationRef
Type:
Environment
A reference to a EnvironmentBlueprintConfiguration resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript