Show / Hide Table of Contents

Class GetProductArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetProductArgs
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.Pricing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetProductArgs : InvokeArgs

Constructors

View Source

GetProductArgs()

Declaration
public GetProductArgs()

Properties

View Source

Filters

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.