Interface CfnLifecyclePolicy.IRecipeSelectionProperty
Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRecipeSelectionProperty
Syntax (vb)
Public Interface IRecipeSelectionProperty
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.AWS.ImageBuilder;
var recipeSelectionProperty = new RecipeSelectionProperty {
Name = "name",
SemanticVersion = "semanticVersion"
};
Synopsis
Properties
Name | The name of an Image Builder recipe that the lifecycle policy uses for resource selection. |
SemanticVersion | The version of the Image Builder recipe specified by the |
Properties
Name
The name of an Image Builder recipe that the lifecycle policy uses for resource selection.
string Name { get; }
Property Value
System.String
Remarks
SemanticVersion
The version of the Image Builder recipe specified by the name
field.
string SemanticVersion { get; }
Property Value
System.String