Interface CfnLifecyclePolicyPropsMixin.RecipeSelectionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLifecyclePolicyPropsMixin.RecipeSelectionProperty.Jsii$Proxy
- Enclosing class:
CfnLifecyclePolicyPropsMixin
@Stability(Stable)
public static interface CfnLifecyclePolicyPropsMixin.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.cfnpropertymixins.services.imagebuilder.*;
RecipeSelectionProperty recipeSelectionProperty = RecipeSelectionProperty.builder()
.name("name")
.semanticVersion("semanticVersion")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLifecyclePolicyPropsMixin.RecipeSelectionPropertystatic final classAn implementation forCfnLifecyclePolicyPropsMixin.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
-