Show / Hide Table of Contents

Interface CfnInstanceSnapshot.ILocationProperty

The region name and Availability Zone where you created the snapshot.

Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInstanceSnapshot.ILocationProperty
Syntax (vb)
Public Interface CfnInstanceSnapshot.ILocationProperty
Remarks

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

Properties

AvailabilityZone

The Availability Zone.

RegionName

The AWS Region name.

Properties

AvailabilityZone

The Availability Zone.

string? AvailabilityZone { get; }
Property Value

string

Remarks

Follows the format us-east-2a (case-sensitive).

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

RegionName

The AWS Region name.

string? RegionName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX