Class GetProductArgs
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.Pricing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetProductArgs : InvokeArgs
Constructors
View SourceGetProductArgs()
Declaration
public GetProductArgs()
Properties
View SourceFilters
A list of filters. Passed directly to the API (see GetProducts API reference). These filters must describe a single product, this resource will fail if more than one product is returned by the API.
Declaration
public List<GetProductFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetProductFilterArgs> |
ServiceCode
The code of the service. Available service codes can be fetched using the DescribeServices pricing API call.
Declaration
public string ServiceCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |