Class CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.ServiceSoftwareOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.ServiceSoftwareOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.ServiceSoftwareOptionsProperty
An implementation for
CfnDomain.ServiceSoftwareOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.CfnDomain.ServiceSoftwareOptionsProperty
CfnDomain.ServiceSoftwareOptionsProperty.Builder, CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.ServiceSoftwareOptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe timestamp, in Epoch time, until which you can manually request a service software update.final ObjectTrue if you're able to cancel your service software version update.final StringThe current service software version present on the domain.final StringA description of the service software update status.final StringThe new service software version, if one is available.final ObjectTrue if a service software is never automatically updated.final ObjectTrue if you're able to update your service software version.final StringThe status of your service software update.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDomain.ServiceSoftwareOptionsProperty.Builder.
-
-
Method Details
-
getAutomatedUpdateDate
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyThe timestamp, in Epoch time, until which you can manually request a service software update.After this date, we automatically update your service software.
- Specified by:
getAutomatedUpdateDatein interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
getCancellable
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyTrue if you're able to cancel your service software version update.False if you can't cancel your service software update.
Returns union: either
BooleanorIResolvable- Specified by:
getCancellablein interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
getCurrentVersion
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyThe current service software version present on the domain.- Specified by:
getCurrentVersionin interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
getDescription
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyA description of the service software update status.- Specified by:
getDescriptionin interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
getNewVersion
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyThe new service software version, if one is available.- Specified by:
getNewVersionin interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
getOptionalDeployment
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyTrue if a service software is never automatically updated.False if a service software is automatically updated after the automated update date.
Returns union: either
BooleanorIResolvable- Specified by:
getOptionalDeploymentin interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
getUpdateAvailable
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyTrue if you're able to update your service software version.False if you can't update your service software version.
Returns union: either
BooleanorIResolvable- Specified by:
getUpdateAvailablein interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
getUpdateStatus
Description copied from interface:CfnDomain.ServiceSoftwareOptionsPropertyThe status of your service software update.- Specified by:
getUpdateStatusin interfaceCfnDomain.ServiceSoftwareOptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-