Show / Hide Table of Contents

Class GetVolumeResult

Inheritance
System.Object
GetVolumeResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ebs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVolumeResult

Fields

View Source

Arn

The volume ARN (e.g. arn:aws:ec2:us-east-1:0123456789012:volume/vol-59fcb34e).

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

AvailabilityZone

The AZ where the EBS volume exists.

Declaration
public readonly string AvailabilityZone
Field Value
Type Description
System.String
View Source

Encrypted

Whether the disk is encrypted.

Declaration
public readonly bool Encrypted
Field Value
Type Description
System.Boolean
View Source

Filters

Declaration
public readonly ImmutableArray<GetVolumeFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVolumeFilterResult>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Iops

The amount of IOPS for the disk.

Declaration
public readonly int Iops
Field Value
Type Description
System.Int32
View Source

KmsKeyId

The ARN for the KMS encryption key.

Declaration
public readonly string KmsKeyId
Field Value
Type Description
System.String
View Source

MostRecent

Declaration
public readonly bool? MostRecent
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

MultiAttachEnabled

(Optional) Specifies whether Amazon EBS Multi-Attach is enabled.

Declaration
public readonly bool MultiAttachEnabled
Field Value
Type Description
System.Boolean
View Source

OutpostArn

The Amazon Resource Name (ARN) of the Outpost.

Declaration
public readonly string OutpostArn
Field Value
Type Description
System.String
View Source

Size

The size of the drive in GiBs.

Declaration
public readonly int Size
Field Value
Type Description
System.Int32
View Source

SnapshotId

The snapshot_id the EBS volume is based off.

Declaration
public readonly string SnapshotId
Field Value
Type Description
System.String
View Source

Tags

A map of tags for the resource.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VolumeId

The volume ID (e.g. vol-59fcb34e).

Declaration
public readonly string VolumeId
Field Value
Type Description
System.String
View Source

VolumeType

The type of EBS volume.

Declaration
public readonly string VolumeType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.