Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-softwareupdateoptions.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.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; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Back to top Generated by DocFX