interface OffPeakWindowOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.OpenSearchService.CfnDomain.OffPeakWindowOptionsProperty |
Java | software.amazon.awscdk.services.opensearchservice.CfnDomain.OffPeakWindowOptionsProperty |
Python | aws_cdk.aws_opensearchservice.CfnDomain.OffPeakWindowOptionsProperty |
TypeScript | @aws-cdk/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 * as opensearchservice from '@aws-cdk/aws-opensearchservice';
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.