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: