Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetProductArgs ¶
type GetProductArgs struct { // 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. Filters interface{} // The code of the service. Available service codes can be fetched using the DescribeServices pricing API call. ServiceCode interface{} }
A collection of arguments for invoking getProduct.
type GetProductResult ¶
type GetProductResult struct { // Set to the product returned from the API. Result interface{} // id is the provider-assigned unique ID for this managed resource. Id interface{} }
A collection of values returned by getProduct.
func LookupProduct ¶
func LookupProduct(ctx *pulumi.Context, args *GetProductArgs) (*GetProductResult, error)
Use this data source to get the pricing information of all products in AWS. This data source is only available in a us-east-1 or ap-south-1 provider.
Click to show internal directories.
Click to hide internal directories.