Show / Hide Table of Contents

Class CfnDomain.OffPeakWindowOptionsProperty

Off-peak window settings for the domain.

Inheritance
System.Object
CfnDomain.OffPeakWindowOptionsProperty
Implements
CfnDomain.IOffPeakWindowOptionsProperty
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.AWS.OpenSearchService.dll
Syntax (csharp)
public class OffPeakWindowOptionsProperty : Object, CfnDomain.IOffPeakWindowOptionsProperty
Syntax (vb)
Public Class OffPeakWindowOptionsProperty
    Inherits Object
    Implements CfnDomain.IOffPeakWindowOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-offpeakwindowoptions.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.AWS.OpenSearchService;

var offPeakWindowOptionsProperty = new OffPeakWindowOptionsProperty {
    Enabled = false,
    OffPeakWindow = new OffPeakWindowProperty {
        WindowStartTime = new WindowStartTimeProperty {
            Hours = 123,
            Minutes = 123
        }
    }
};

Synopsis

Constructors

OffPeakWindowOptionsProperty()

Properties

Enabled

Specifies whether off-peak window settings are enabled for the domain.

OffPeakWindow

Off-peak window settings for the domain.

Constructors

OffPeakWindowOptionsProperty()

public OffPeakWindowOptionsProperty()

Properties

Enabled

Specifies whether off-peak window settings are enabled for the domain.

public object Enabled { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-offpeakwindowoptions.html#cfn-opensearchservice-domain-offpeakwindowoptions-enabled

OffPeakWindow

Off-peak window settings for the domain.

public object OffPeakWindow { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnDomain.IOffPeakWindowOptionsProperty
Back to top Generated by DocFX