Show / Hide Table of Contents

Class CfnDiskSnapshot.LocationProperty

The AWS Region and Availability Zone where the disk snapshot was created.

Inheritance
object
CfnDiskSnapshot.LocationProperty
Implements
CfnDiskSnapshot.ILocationProperty
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 CfnDiskSnapshot.LocationProperty : CfnDiskSnapshot.ILocationProperty
Syntax (vb)
Public Class CfnDiskSnapshot.LocationProperty Implements CfnDiskSnapshot.ILocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disksnapshot-location.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 locationProperty = new LocationProperty {
                 AvailabilityZone = "availabilityZone",
                 RegionName = "regionName"
             };

Synopsis

Constructors

LocationProperty()

The AWS Region and Availability Zone where the disk snapshot was created.

Properties

AvailabilityZone

The Availability Zone where the disk snapshot was created.

RegionName

The AWS Region where the disk snapshot was created.

Constructors

LocationProperty()

The AWS Region and Availability Zone where the disk snapshot was created.

public LocationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disksnapshot-location.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 locationProperty = new LocationProperty {
                 AvailabilityZone = "availabilityZone",
                 RegionName = "regionName"
             };

Properties

AvailabilityZone

The Availability Zone where the disk snapshot was created.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disksnapshot-location.html#cfn-lightsail-disksnapshot-location-availabilityzone

RegionName

The AWS Region where the disk snapshot was created.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disksnapshot-location.html#cfn-lightsail-disksnapshot-location-regionname

Implements

CfnDiskSnapshot.ILocationProperty
Back to top Generated by DocFX