Show / Hide Table of Contents

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 CfnLifecyclePolicy.IRecipeSelectionProperty
Syntax (vb)
Public Interface CfnLifecyclePolicy.IRecipeSelectionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-lifecyclepolicy-recipeselection.html

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 name field.

Properties

Name

The name of an Image Builder recipe that the lifecycle policy uses for resource selection.

string Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-lifecyclepolicy-recipeselection.html#cfn-imagebuilder-lifecyclepolicy-recipeselection-name

SemanticVersion

The version of the Image Builder recipe specified by the name field.

string SemanticVersion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-lifecyclepolicy-recipeselection.html#cfn-imagebuilder-lifecyclepolicy-recipeselection-semanticversion

Back to top Generated by DocFX