Show / Hide Table of Contents

Class CfnDisk.AutoSnapshotAddOnProperty

AutoSnapshotAddOn is a property of the AddOn property. It describes the automatic snapshot add-on for a disk.

Inheritance
object
CfnDisk.AutoSnapshotAddOnProperty
Implements
CfnDisk.IAutoSnapshotAddOnProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDisk.AutoSnapshotAddOnProperty : CfnDisk.IAutoSnapshotAddOnProperty
Syntax (vb)
Public Class CfnDisk.AutoSnapshotAddOnProperty Implements CfnDisk.IAutoSnapshotAddOnProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disk-autosnapshotaddon.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Lightsail;

             var autoSnapshotAddOnProperty = new AutoSnapshotAddOnProperty {
                 SnapshotTimeOfDay = "snapshotTimeOfDay"
             };

Synopsis

Constructors

AutoSnapshotAddOnProperty()

AutoSnapshotAddOn is a property of the AddOn property. It describes the automatic snapshot add-on for a disk.

Properties

SnapshotTimeOfDay

The daily time when an automatic snapshot will be created.

Constructors

AutoSnapshotAddOnProperty()

AutoSnapshotAddOn is a property of the AddOn property. It describes the automatic snapshot add-on for a disk.

public AutoSnapshotAddOnProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disk-autosnapshotaddon.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Lightsail;

             var autoSnapshotAddOnProperty = new AutoSnapshotAddOnProperty {
                 SnapshotTimeOfDay = "snapshotTimeOfDay"
             };

Properties

SnapshotTimeOfDay

The daily time when an automatic snapshot will be created.

public string? SnapshotTimeOfDay { get; set; }
Property Value

string

Remarks

Constraints:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disk-autosnapshotaddon.html#cfn-lightsail-disk-autosnapshotaddon-snapshottimeofday

    Implements

    CfnDisk.IAutoSnapshotAddOnProperty
    Back to top Generated by DocFX