aws-cdk-lib.aws_opensearchservice.CfnDomain.OffPeakWindowProperty

interface OffPeakWindowProperty

LanguageType name
.NETAmazon.CDK.AWS.OpenSearchService.CfnDomain.OffPeakWindowProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopensearchservice#CfnDomain_OffPeakWindowProperty
Javasoftware.amazon.awscdk.services.opensearchservice.CfnDomain.OffPeakWindowProperty
Pythonaws_cdk.aws_opensearchservice.CfnDomain.OffPeakWindowProperty
TypeScript aws-cdk-lib » aws_opensearchservice » CfnDomain » OffPeakWindowProperty

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

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchservice as opensearchservice } from 'aws-cdk-lib';
const offPeakWindowProperty: opensearchservice.CfnDomain.OffPeakWindowProperty = {
  windowStartTime: {
    hours: 123,
    minutes: 123,
  },
};

Properties

NameTypeDescription
windowStartTime?IResolvable | WindowStartTimePropertyThe desired start time for an off-peak maintenance window.

windowStartTime?

Type: IResolvable | WindowStartTimeProperty (optional)

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