aws-cdk-lib.aws_lightsail.CfnDisk.AutoSnapshotAddOnProperty

interface AutoSnapshotAddOnProperty

LanguageType name
.NETAmazon.CDK.AWS.Lightsail.CfnDisk.AutoSnapshotAddOnProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslightsail#CfnDisk_AutoSnapshotAddOnProperty
Javasoftware.amazon.awscdk.services.lightsail.CfnDisk.AutoSnapshotAddOnProperty
Pythonaws_cdk.aws_lightsail.CfnDisk.AutoSnapshotAddOnProperty
TypeScript aws-cdk-lib » 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 { aws_lightsail as lightsail } from 'aws-cdk-lib';
const autoSnapshotAddOnProperty: lightsail.CfnDisk.AutoSnapshotAddOnProperty = {
  snapshotTimeOfDay: 'snapshotTimeOfDay',
};

Properties

NameTypeDescription
snapshotTimeOfDay?stringThe 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.