Interface CfnMicrovmImage.MicrovmImageHooksProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMicrovmImage.MicrovmImageHooksProperty.Jsii$Proxy
- Enclosing class:
CfnMicrovmImage
@Stability(Stable)
public static interface CfnMicrovmImage.MicrovmImageHooksProperty
extends software.amazon.jsii.JsiiSerializable
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.lambda.*;
MicrovmImageHooksProperty microvmImageHooksProperty = MicrovmImageHooksProperty.builder()
.ready("ready")
.readyTimeoutInSeconds(123)
.validate("validate")
.validateTimeoutInSeconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMicrovmImage.MicrovmImageHooksPropertystatic final classAn implementation forCfnMicrovmImage.MicrovmImageHooksProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReady
- See Also:
-
getReadyTimeoutInSeconds
- See Also:
-
getValidate
- See Also:
-
getValidateTimeoutInSeconds
- See Also:
-
builder
-