Show / Hide Table of Contents

Class CfnDomainPropsMixin.ServiceSoftwareOptionsProperty

The current status of the service software for an Amazon OpenSearch Service domain.

Inheritance
object
CfnDomainPropsMixin.ServiceSoftwareOptionsProperty
Implements
CfnDomainPropsMixin.IServiceSoftwareOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDomainPropsMixin.ServiceSoftwareOptionsProperty : CfnDomainPropsMixin.IServiceSoftwareOptionsProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.ServiceSoftwareOptionsProperty Implements CfnDomainPropsMixin.IServiceSoftwareOptionsProperty
Remarks

For more information, see Service software updates in Amazon OpenSearch Service .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html

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.CfnPropertyMixins.AWS.OpenSearchService;

             var serviceSoftwareOptionsProperty = new ServiceSoftwareOptionsProperty {
                 AutomatedUpdateDate = "automatedUpdateDate",
                 Cancellable = false,
                 CurrentVersion = "currentVersion",
                 Description = "description",
                 NewVersion = "newVersion",
                 OptionalDeployment = false,
                 UpdateAvailable = false,
                 UpdateStatus = "updateStatus"
             };

Synopsis

Constructors

ServiceSoftwareOptionsProperty()

The current status of the service software for an Amazon OpenSearch Service domain.

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.

Constructors

ServiceSoftwareOptionsProperty()

The current status of the service software for an Amazon OpenSearch Service domain.

public ServiceSoftwareOptionsProperty()
Remarks

For more information, see Service software updates in Amazon OpenSearch Service .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html

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.CfnPropertyMixins.AWS.OpenSearchService;

             var serviceSoftwareOptionsProperty = new ServiceSoftwareOptionsProperty {
                 AutomatedUpdateDate = "automatedUpdateDate",
                 Cancellable = false,
                 CurrentVersion = "currentVersion",
                 Description = "description",
                 NewVersion = "newVersion",
                 OptionalDeployment = false,
                 UpdateAvailable = false,
                 UpdateStatus = "updateStatus"
             };

Properties

AutomatedUpdateDate

The timestamp, in Epoch time, until which you can manually request a service software update.

public string? AutomatedUpdateDate { get; set; }
Property Value

string

Remarks

After this date, we automatically update your service software.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-automatedupdatedate

Cancellable

True if you're able to cancel your service software version update.

public object? Cancellable { get; set; }
Property Value

object

Remarks

False if you can't cancel your service software update.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-cancellable

Type union: either bool or IResolvable

CurrentVersion

The current service software version present on the domain.

public string? CurrentVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-currentversion

Description

A description of the service software update status.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-description

NewVersion

The new service software version, if one is available.

public string? NewVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-newversion

OptionalDeployment

True if a service software is never automatically updated.

public object? OptionalDeployment { get; set; }
Property Value

object

Remarks

False if a service software is automatically updated after the automated update date.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-optionaldeployment

Type union: either bool or IResolvable

UpdateAvailable

True if you're able to update your service software version.

public object? UpdateAvailable { get; set; }
Property Value

object

Remarks

False if you can't update your service software version.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-updateavailable

Type union: either bool or IResolvable

UpdateStatus

The status of your service software update.

public string? UpdateStatus { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html#cfn-opensearchservice-domain-servicesoftwareoptions-updatestatus

Implements

CfnDomainPropsMixin.IServiceSoftwareOptionsProperty
Back to top Generated by DocFX