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 SourceArn
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 |
AvailabilityZone
The AZ where the EBS volume exists.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Whether the disk is encrypted.
Declaration
public readonly bool Encrypted
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Filters
Declaration
public readonly ImmutableArray<GetVolumeFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetVolumeFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Iops
The amount of IOPS for the disk.
Declaration
public readonly int Iops
Field Value
| Type | Description |
|---|---|
| System.Int32 |
KmsKeyId
The ARN for the KMS encryption key.
Declaration
public readonly string KmsKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
MostRecent
Declaration
public readonly bool? MostRecent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
MultiAttachEnabled
(Optional) Specifies whether Amazon EBS Multi-Attach is enabled.
Declaration
public readonly bool MultiAttachEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
OutpostArn
The Amazon Resource Name (ARN) of the Outpost.
Declaration
public readonly string OutpostArn
Field Value
| Type | Description |
|---|---|
| System.String |
Size
The size of the drive in GiBs.
Declaration
public readonly int Size
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SnapshotId
The snapshot_id the EBS volume is based off.
Declaration
public readonly string SnapshotId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
VolumeId
The volume ID (e.g. vol-59fcb34e).
Declaration
public readonly string VolumeId
Field Value
| Type | Description |
|---|---|
| System.String |
VolumeType
The type of EBS volume.
Declaration
public readonly string VolumeType
Field Value
| Type | Description |
|---|---|
| System.String |