Show / Hide Table of Contents

Class GetSnapshotIdsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSnapshotIdsArgs
Inherited Members
InvokeArgs.Empty
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 GetSnapshotIdsArgs : InvokeArgs

Constructors

View Source

GetSnapshotIdsArgs()

Declaration
public GetSnapshotIdsArgs()

Properties

View Source

Filters

One or more name/value pairs to filter off of. There are several valid keys, for a full reference, check out [describe-volumes in the AWS CLI reference][1].

Declaration
public List<GetSnapshotIdsFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetSnapshotIdsFilterArgs>
View Source

Owners

Returns the snapshots owned by the specified owner id. Multiple owners can be specified.

Declaration
public List<string> Owners { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

RestorableByUserIds

One or more AWS accounts IDs that can create volumes from the snapshot.

Declaration
public List<string> RestorableByUserIds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.