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
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
Remarks
Follows the format us-east-2a (case-sensitive).
RegionName
The AWS Region name.
string? RegionName { get; }