Class GetSnapshotIdsArgs
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 GetSnapshotIdsArgs : InvokeArgs
Constructors
View SourceGetSnapshotIdsArgs()
Declaration
public GetSnapshotIdsArgs()
Properties
View SourceFilters
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> |
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> |
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> |