Show / Hide Table of Contents

Class CfnLifecyclePolicyPropsMixin.RecipeSelectionProperty

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

Inheritance
object
CfnLifecyclePolicyPropsMixin.RecipeSelectionProperty
Implements
CfnLifecyclePolicyPropsMixin.IRecipeSelectionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

RecipeSelectionProperty()

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

public RecipeSelectionProperty()
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.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

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

string

Remarks

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

Implements

CfnLifecyclePolicyPropsMixin.IRecipeSelectionProperty
Back to top Generated by DocFX