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