aws-cdk-lib.aws_opensearchservice.CfnDomain.OffPeakWindowOptionsProperty

interface OffPeakWindowOptionsProperty

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

Off-peak window settings for the domain.

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 offPeakWindowOptionsProperty: opensearchservice.CfnDomain.OffPeakWindowOptionsProperty = {
  enabled: false,
  offPeakWindow: {
    windowStartTime: {
      hours: 123,
      minutes: 123,
    },
  },
};

Properties

NameTypeDescription
enabled?boolean | IResolvableSpecifies whether off-peak window settings are enabled for the domain.
offPeakWindow?IResolvable | OffPeakWindowPropertyOff-peak window settings for the domain.

enabled?

Type: boolean | IResolvable (optional)

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


offPeakWindow?

Type: IResolvable | OffPeakWindowProperty (optional)

Off-peak window settings for the domain.