Class CfnLifecyclePolicyPropsMixin.RecipeSelectionProperty
Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ImageBuilder.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLifecyclePolicyPropsMixin.RecipeSelectionProperty : CfnLifecyclePolicyPropsMixin.IRecipeSelectionProperty
Syntax (vb)
Public Class CfnLifecyclePolicyPropsMixin.RecipeSelectionProperty Implements CfnLifecyclePolicyPropsMixin.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.Mixins.Preview.AWS.ImageBuilder.Mixins;
var recipeSelectionProperty = new RecipeSelectionProperty {
Name = "name",
SemanticVersion = "semanticVersion"
};
Synopsis
Constructors
| RecipeSelectionProperty() | Specifies an Image Builder recipe that the lifecycle policy uses for resource selection. |
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 |
Constructors
RecipeSelectionProperty()
Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.
public RecipeSelectionProperty()
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.Mixins.Preview.AWS.ImageBuilder.Mixins;
var recipeSelectionProperty = new RecipeSelectionProperty {
Name = "name",
SemanticVersion = "semanticVersion"
};
Properties
Name
The name of an Image Builder recipe that the lifecycle policy uses for resource selection.
public string? Name { get; set; }
Property Value
Remarks
SemanticVersion
The version of the Image Builder recipe specified by the name field.
public string? SemanticVersion { get; set; }