interface OffPeakWindowOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.OpenSearchService.CfnDomain.OffPeakWindowOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearchservice#CfnDomain_OffPeakWindowOptionsProperty |
Java | software.amazon.awscdk.services.opensearchservice.CfnDomain.OffPeakWindowOptionsProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
enabled? | boolean | IResolvable | Specifies whether off-peak window settings are enabled for the domain. |
off | IResolvable | Off | Off-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
|
Off
(optional)
Off-peak window settings for the domain.