Class CfnDomainPropsMixin.ServiceSoftwareOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.ServiceSoftwareOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.ServiceSoftwareOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.ServiceSoftwareOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.ServiceSoftwareOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.ServiceSoftwareOptionsProperty
An implementation for
CfnDomainPropsMixin.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.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.ServiceSoftwareOptionsProperty
CfnDomainPropsMixin.ServiceSoftwareOptionsProperty.Builder, CfnDomainPropsMixin.ServiceSoftwareOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.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 theCfnDomainPropsMixin.ServiceSoftwareOptionsProperty.Builder.
-
-
Method Details
-
getAutomatedUpdateDate
Description copied from interface:CfnDomainPropsMixin.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 interfaceCfnDomainPropsMixin.ServiceSoftwareOptionsProperty- See Also:
-
getCancellable
Description copied from interface:CfnDomainPropsMixin.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 interfaceCfnDomainPropsMixin.ServiceSoftwareOptionsProperty- See Also:
-
getCurrentVersion
Description copied from interface:CfnDomainPropsMixin.ServiceSoftwareOptionsPropertyThe current service software version present on the domain.- Specified by:
getCurrentVersionin interfaceCfnDomainPropsMixin.ServiceSoftwareOptionsProperty- See Also:
-
getDescription
Description copied from interface:CfnDomainPropsMixin.ServiceSoftwareOptionsPropertyA description of the service software update status.- Specified by:
getDescriptionin interfaceCfnDomainPropsMixin.ServiceSoftwareOptionsProperty- See Also:
-
getNewVersion
Description copied from interface:CfnDomainPropsMixin.ServiceSoftwareOptionsPropertyThe new service software version, if one is available.- Specified by:
getNewVersionin interfaceCfnDomainPropsMixin.ServiceSoftwareOptionsProperty- See Also:
-
getOptionalDeployment
Description copied from interface:CfnDomainPropsMixin.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 interfaceCfnDomainPropsMixin.ServiceSoftwareOptionsProperty- See Also:
-
getUpdateAvailable
Description copied from interface:CfnDomainPropsMixin.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 interfaceCfnDomainPropsMixin.ServiceSoftwareOptionsProperty- See Also:
-
getUpdateStatus
Description copied from interface:CfnDomainPropsMixin.ServiceSoftwareOptionsPropertyThe status of your service software update.- Specified by:
getUpdateStatusin interfaceCfnDomainPropsMixin.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()
-