interface IContainerRecipeRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.IContainerRecipeRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#IContainerRecipeRef |
Java | software.amazon.awscdk.services.imagebuilder.IContainerRecipeRef |
Python | aws_cdk.aws_imagebuilder.IContainerRecipeRef |
TypeScript | aws-cdk-lib » aws_imagebuilder » IContainerRecipeRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a ContainerRecipe.
Properties
| Name | Type | Description |
|---|---|---|
| container | Container | A reference to a ContainerRecipe resource. |
| node | Node | The tree node. |
containerRecipeRef
Type:
Container
A reference to a ContainerRecipe resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript