Show / Hide Table of Contents

Interface CfnDomainPropsMixin.IOffPeakWindowProperty

A custom 10-hour, low-traffic window during which OpenSearch Service can perform mandatory configuration changes on the domain.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDomainPropsMixin.IOffPeakWindowProperty
Syntax (vb)
Public Interface CfnDomainPropsMixin.IOffPeakWindowProperty
Remarks

These actions can include scheduled service software updates and blue/green Auto-Tune enhancements. OpenSearch Service will schedule these actions during the window that you specify. If you don't specify a window start time, it defaults to 10:00 P.M. local time.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-offpeakwindow.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 offPeakWindowProperty = new OffPeakWindowProperty {
                 WindowStartTime = new WindowStartTimeProperty {
                     Hours = 123,
                     Minutes = 123
                 }
             };

Synopsis

Properties

WindowStartTime

The desired start time for an off-peak maintenance window.

Properties

WindowStartTime

The desired start time for an off-peak maintenance window.

object? WindowStartTime { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDomainPropsMixin.IWindowStartTimeProperty

Back to top Generated by DocFX