Interface CfnDomain.SoftwareUpdateOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.SoftwareUpdateOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.SoftwareUpdateOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Options for configuring service software updates for a domain.
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.opensearchservice.*;
SoftwareUpdateOptionsProperty softwareUpdateOptionsProperty = SoftwareUpdateOptionsProperty.builder()
.autoSoftwareUpdateEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.SoftwareUpdateOptionsPropertystatic final classAn implementation forCfnDomain.SoftwareUpdateOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutoSoftwareUpdateEnabled
Specifies whether automatic service software updates are enabled for the domain.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-