Show / Hide Table of Contents

Class CfnInstance.AutoSnapshotAddOnProperty

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

Inheritance
object
CfnInstance.AutoSnapshotAddOnProperty
Implements
CfnInstance.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 CfnInstance.AutoSnapshotAddOnProperty : CfnInstance.IAutoSnapshotAddOnProperty
Syntax (vb)
Public Class CfnInstance.AutoSnapshotAddOnProperty Implements CfnInstance.IAutoSnapshotAddOnProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-instance-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 an instance.

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 an instance.

public AutoSnapshotAddOnProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-instance-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-instance-autosnapshotaddon.html#cfn-lightsail-instance-autosnapshotaddon-snapshottimeofday

    Implements

    CfnInstance.IAutoSnapshotAddOnProperty
    Back to top Generated by DocFX