Show / Hide Table of Contents

Interface CfnDisk.ILocationProperty

The AWS Region and Availability Zone where the disk is located.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disk-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 where the disk is located.

RegionName

The AWS Region where the disk is located.

Properties

AvailabilityZone

The Availability Zone where the disk is located.

string? AvailabilityZone { get; }
Property Value

string

Remarks

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

RegionName

The AWS Region where the disk is located.

string? RegionName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX