Show / Hide Table of Contents

Class CfnLifecyclePolicy.RecipeSelectionProperty

Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.

Inheritance
System.Object
CfnLifecyclePolicy.RecipeSelectionProperty
Implements
CfnLifecyclePolicy.IRecipeSelectionProperty
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RecipeSelectionProperty : Object, CfnLifecyclePolicy.IRecipeSelectionProperty
Syntax (vb)
Public Class RecipeSelectionProperty
    Inherits Object
    Implements 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

Constructors

RecipeSelectionProperty()

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.

Constructors

RecipeSelectionProperty()

public RecipeSelectionProperty()

Properties

Name

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

public string Name { get; set; }
Property Value

System.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.

public string SemanticVersion { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnLifecyclePolicy.IRecipeSelectionProperty
Back to top Generated by DocFX