Interface CfnLifecyclePolicy.RecipeSelectionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLifecyclePolicy.RecipeSelectionProperty.Jsii$Proxy
- Enclosing class:
CfnLifecyclePolicy
@Stability(Stable)
public static interface CfnLifecyclePolicy.RecipeSelectionProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.imagebuilder.*;
RecipeSelectionProperty recipeSelectionProperty = RecipeSelectionProperty.builder()
.name("name")
.semanticVersion("semanticVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLifecyclePolicy.RecipeSelectionPropertystatic final classAn implementation forCfnLifecyclePolicy.RecipeSelectionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of an Image Builder recipe that the lifecycle policy uses for resource selection.- See Also:
-
getSemanticVersion
The version of the Image Builder recipe specified by thenamefield.- See Also:
-
builder
-