Interface CfnImage.DeletionSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnImage.DeletionSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnImage
@Stability(Stable)
public static interface CfnImage.DeletionSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
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.*;
DeletionSettingsProperty deletionSettingsProperty = DeletionSettingsProperty.builder()
.executionRole("executionRole")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnImage.DeletionSettingsPropertystatic final classAn implementation forCfnImage.DeletionSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The execution role to use for deleting the image, as well as underlying resources.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExecutionRole
The execution role to use for deleting the image, as well as underlying resources.- See Also:
-
builder
-