Interface CfnLifecyclePolicy.IncludeResourcesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLifecyclePolicy.IncludeResourcesProperty.Jsii$Proxy
- Enclosing class:
CfnLifecyclePolicy
@Stability(Stable)
public static interface CfnLifecyclePolicy.IncludeResourcesProperty
extends software.amazon.jsii.JsiiSerializable
The included resources of the policy detail.
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.*;
IncludeResourcesProperty includeResourcesProperty = IncludeResourcesProperty.builder()
.amis(false)
.containers(false)
.snapshots(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLifecyclePolicy.IncludeResourcesPropertystatic final classAn implementation forCfnLifecyclePolicy.IncludeResourcesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmis
Use to configure lifecycle actions on AMIs.- See Also:
-
getContainers
Use to configure lifecycle actions on containers.- See Also:
-
getSnapshots
Use to configure lifecycle actions on snapshots.- See Also:
-
builder
-