Show / Hide Table of Contents

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 Source

DataEncryptionKeyId

The data encryption key identifier for the snapshot.

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

Description

A description for the snapshot

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

Encrypted

Whether the snapshot is encrypted.

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

Filters

Declaration
public readonly ImmutableArray<GetSnapshotFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSnapshotFilterResult>
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

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

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
View Source

OwnerId

The AWS account ID of the EBS snapshot owner.

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

Owners

Declaration
public readonly ImmutableArray<string> Owners
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

RestorableByUserIds

Declaration
public readonly ImmutableArray<string> RestorableByUserIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SnapshotId

The snapshot ID (e.g. snap-59fcb34e).

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

SnapshotIds

Declaration
public readonly ImmutableArray<string> SnapshotIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

State

The snapshot state.

Declaration
public readonly string State
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

VolumeSize

The size of the drive in GiBs.

Declaration
public readonly int VolumeSize
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.