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: