interface ContainerRecipeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.ContainerRecipeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#ContainerRecipeReference |
![]() | software.amazon.awscdk.services.imagebuilder.ContainerRecipeReference |
![]() | aws_cdk.aws_imagebuilder.ContainerRecipeReference |
![]() | aws-cdk-lib » aws_imagebuilder » ContainerRecipeReference |
A reference to a ContainerRecipe resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_imagebuilder as imagebuilder } from 'aws-cdk-lib';
const containerRecipeReference: imagebuilder.ContainerRecipeReference = {
containerRecipeArn: 'containerRecipeArn',
};
Properties
Name | Type | Description |
---|---|---|
container | string | The Arn of the ContainerRecipe resource. |
containerRecipeArn
Type:
string
The Arn of the ContainerRecipe resource.