Interface IContainerRecipeReference
A reference to a ContainerRecipe resource.
Namespace: Amazon.CDK.Interfaces.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IContainerRecipeReference
Syntax (vb)
Public Interface IContainerRecipeReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.ImageBuilder;
var containerRecipeReference = new ContainerRecipeReference {
ContainerRecipeArn = "containerRecipeArn"
};
Synopsis
Properties
| ContainerRecipeArn | The Arn of the ContainerRecipe resource. |
Properties
ContainerRecipeArn
The Arn of the ContainerRecipe resource.
string ContainerRecipeArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated