Interface CfnDomain.ISoftwareUpdateOptionsProperty
Options for configuring service software updates for a domain.
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISoftwareUpdateOptionsProperty
Syntax (vb)
Public Interface ISoftwareUpdateOptionsProperty
Remarks
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 softwareUpdateOptionsProperty = new SoftwareUpdateOptionsProperty {
AutoSoftwareUpdateEnabled = false
};
Synopsis
Properties
Auto |
Specifies whether automatic service software updates are enabled for the domain. |
Properties
AutoSoftwareUpdateEnabled
Specifies whether automatic service software updates are enabled for the domain.
virtual object AutoSoftwareUpdateEnabled { get; }
Property Value
System.