Show / Hide Table of Contents

Class GetVolumeArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVolumeArgs
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 GetVolumeArgs : InvokeArgs

Constructors

View Source

GetVolumeArgs()

Declaration
public GetVolumeArgs()

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<GetVolumeFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetVolumeFilterArgs>
View Source

MostRecent

If more than one result is returned, use the most recent Volume.

Declaration
public bool? MostRecent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Tags

A map of tags for the resource.

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