interface AutomatedSnapshotPauseOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService.CfnDomainPropsMixin.AutomatedSnapshotPauseOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsopensearchservice#CfnDomainPropsMixin_AutomatedSnapshotPauseOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.CfnDomainPropsMixin.AutomatedSnapshotPauseOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_opensearchservice.CfnDomainPropsMixin.AutomatedSnapshotPauseOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_opensearchservice » CfnDomainPropsMixin » AutomatedSnapshotPauseOptionsProperty |
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/cfn-property-mixins';
const automatedSnapshotPauseOptionsProperty: opensearchservice.CfnDomainPropsMixin.AutomatedSnapshotPauseOptionsProperty = {
enabled: false,
endTime: 'endTime',
startTime: 'startTime',
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled? | boolean | IResolvable | |
| end | string | |
| start | string |
enabled?
Type:
boolean | IResolvable
(optional)
endTime?
Type:
string
(optional)
startTime?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript