< Back

Get-AWSPriceListOffersIndexFile

Sat Jan 11, 2020 8:04 am

NAME Get-AWSPriceListOffersIndexFile



SYNOPSIS

Retrieves the contents of the offers index file.





SYNTAX

Get-AWSPriceListOffersIndexFile [-AsJson] [<CommonParameters>]





DESCRIPTION

The cmdlet retrieves the base offer index file from

https://pricing.us-east-1.amazonaws.com ... index.json. It can be returned as a PSCustomObject or a

JSON string.





PARAMETERS

-AsJson [<SwitchParameter>]

Specifies that the content is returned as a JSON string instead of a PSCustomObject.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS

System.Management.Automation.PSCustomObject, System.String





NOTES





AUTHOR: Michael Haken

LAST UPDATE: 1/16/2019



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AWSPriceListOffersIndexFile



Retrieves all of the available services.











RELATED LINKS