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: