Interface CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMicrovmImagePropsMixin.MicrovmImageHooksProperty.Jsii$Proxy
- Enclosing class:
CfnMicrovmImagePropsMixin
@Stability(Stable)
public static interface CfnMicrovmImagePropsMixin.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.cfnpropertymixins.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 forCfnMicrovmImagePropsMixin.MicrovmImageHooksPropertystatic final classAn implementation forCfnMicrovmImagePropsMixin.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
-