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: