interface AutoSnapshotAddOnProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Lightsail.CfnDisk.AutoSnapshotAddOnProperty |
Java | software.amazon.awscdk.services.lightsail.CfnDisk.AutoSnapshotAddOnProperty |
Python | aws_cdk.aws_lightsail.CfnDisk.AutoSnapshotAddOnProperty |
TypeScript | @aws-cdk/aws-lightsail » CfnDisk » AutoSnapshotAddOnProperty |
AutoSnapshotAddOn
is a property of the AddOn property. It describes the automatic snapshot add-on for a disk.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as lightsail from '@aws-cdk/aws-lightsail';
const autoSnapshotAddOnProperty: lightsail.CfnDisk.AutoSnapshotAddOnProperty = {
snapshotTimeOfDay: 'snapshotTimeOfDay',
};
Properties
Name | Type | Description |
---|---|---|
snapshot | string | The daily time when an automatic snapshot will be created. |
snapshotTimeOfDay?
Type:
string
(optional)
The daily time when an automatic snapshot will be created.
Constraints:
- Must be in
HH:00
format, and in an hourly increment. - Specified in Coordinated Universal Time (UTC).
- The snapshot will be automatically created between the time specified and up to 45 minutes after.