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
The recipe to apply the lifecycle policy for.
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")
// the properties below are optional
.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 recipe name.- See Also:
-
getSemanticVersion
The recipe version.- See Also:
-
builder
-