Interface CfnDomain.IServiceSoftwareOptionsProperty
The current status of the service software for an Amazon OpenSearch Service domain.
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServiceSoftwareOptionsProperty
Syntax (vb)
Public Interface IServiceSoftwareOptionsProperty
Remarks
For more information, see Service software updates in Amazon OpenSearch Service .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.OpenSearchService;
var serviceSoftwareOptionsProperty = new ServiceSoftwareOptionsProperty {
AutomatedUpdateDate = "automatedUpdateDate",
Cancellable = false,
CurrentVersion = "currentVersion",
Description = "description",
NewVersion = "newVersion",
OptionalDeployment = false,
UpdateAvailable = false,
UpdateStatus = "updateStatus"
};
Synopsis
Properties
AutomatedUpdateDate | The timestamp, in Epoch time, until which you can manually request a service software update. |
Cancellable | True if you're able to cancel your service software version update. |
CurrentVersion | The current service software version present on the domain. |
Description | A description of the service software update status. |
NewVersion | The new service software version, if one is available. |
OptionalDeployment | True if a service software is never automatically updated. |
UpdateAvailable | True if you're able to update your service software version. |
UpdateStatus | The status of your service software update. |
Properties
AutomatedUpdateDate
The timestamp, in Epoch time, until which you can manually request a service software update.
virtual string AutomatedUpdateDate { get; }
Property Value
System.String
Remarks
After this date, we automatically update your service software.
Cancellable
True if you're able to cancel your service software version update.
virtual object Cancellable { get; }
Property Value
System.Object
Remarks
False if you can't cancel your service software update.
CurrentVersion
The current service software version present on the domain.
virtual string CurrentVersion { get; }
Property Value
System.String
Remarks
Description
A description of the service software update status.
virtual string Description { get; }
Property Value
System.String
Remarks
NewVersion
The new service software version, if one is available.
virtual string NewVersion { get; }
Property Value
System.String
Remarks
OptionalDeployment
True if a service software is never automatically updated.
virtual object OptionalDeployment { get; }
Property Value
System.Object
Remarks
False if a service software is automatically updated after the automated update date.
UpdateAvailable
True if you're able to update your service software version.
virtual object UpdateAvailable { get; }
Property Value
System.Object
Remarks
False if you can't update your service software version.
UpdateStatus
The status of your service software update.
virtual string UpdateStatus { get; }
Property Value
System.String