Class GetSnapshotResult
Inheritance
System.Object
GetSnapshotResult
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 GetSnapshotResult
Fields
View SourceDataEncryptionKeyId
The data encryption key identifier for the snapshot.
Declaration
public readonly string DataEncryptionKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
Description
A description for the snapshot
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Encrypted
Whether the snapshot is encrypted.
Declaration
public readonly bool Encrypted
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Filters
Declaration
public readonly ImmutableArray<GetSnapshotFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSnapshotFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
OwnerAlias
Value from an Amazon-maintained list (amazon, aws-marketplace, microsoft) of snapshot owners.
Declaration
public readonly string OwnerAlias
Field Value
| Type | Description |
|---|---|
| System.String |
OwnerId
The AWS account ID of the EBS snapshot owner.
Declaration
public readonly string OwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
Owners
Declaration
public readonly ImmutableArray<string> Owners
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RestorableByUserIds
Declaration
public readonly ImmutableArray<string> RestorableByUserIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SnapshotId
The snapshot ID (e.g. snap-59fcb34e).
Declaration
public readonly string SnapshotId
Field Value
| Type | Description |
|---|---|
| System.String |
SnapshotIds
Declaration
public readonly ImmutableArray<string> SnapshotIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
State
The snapshot state.
Declaration
public readonly string State
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 |
VolumeSize
The size of the drive in GiBs.
Declaration
public readonly int VolumeSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |