Interface CfnWorkspaceInstance.HibernationOptionsRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspaceInstance.HibernationOptionsRequestProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspaceInstance
@Stability(Stable)
public static interface CfnWorkspaceInstance.HibernationOptionsRequestProperty
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.workspacesinstances.*; HibernationOptionsRequestProperty hibernationOptionsRequestProperty = HibernationOptionsRequestProperty.builder() .configured(false) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnWorkspaceInstance.HibernationOptionsRequestProperty
static final class
An implementation forCfnWorkspaceInstance.HibernationOptionsRequestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfigured
- See Also:
-
builder
-