Get Prices Plain Args
Constructors
Properties
This property represent the detailed configuration of the Resource which you are going to get price. Give same content as DesireAttributes of the 'Resource' Resource when start Create operation. 'PaymentType' is necessary when in DesireAttributes. Here is a probably example when you get the price of SLB LoadBalancer:```json{"LoadBalancerName": "cc-test","Bandwidth": 6,"PaymentType": "PayAsYouGo","AddressType": "internet","LoadBalancerSpec": "slb.s3.small","InternetChargeType": "paybybandwidth"} See DesireAttributes
below. @property outputFile File name where to save data source results (after running pulumi preview
). @property product The product Code represents the product to be operated. Currently supported products and resources can be queried at the following link: supported-services-and-resource-types. @property resourceCode Resource Code, if there is a parent resource, split with ::
, such as VPC::VSwitch. The supported resource Code can be obtained from the following link: supported-services-and-resource-types.