Interface CfnDomainPropsMixin.SoftwareUpdateOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainPropsMixin.SoftwareUpdateOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static interface CfnDomainPropsMixin.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.cfnpropertymixins.services.opensearchservice.*;
SoftwareUpdateOptionsProperty softwareUpdateOptionsProperty = SoftwareUpdateOptionsProperty.builder()
.autoSoftwareUpdateEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainPropsMixin.SoftwareUpdateOptionsPropertystatic final classAn implementation forCfnDomainPropsMixin.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
-