1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyProducts
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getPropertyProducts

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

Using getPropertyProducts

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getPropertyProducts(args: GetPropertyProductsArgs, opts?: InvokeOptions): Promise<GetPropertyProductsResult>
function getPropertyProductsOutput(args: GetPropertyProductsOutputArgs, opts?: InvokeOptions): Output<GetPropertyProductsResult>
Copy
def get_property_products(contract_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetPropertyProductsResult
def get_property_products_output(contract_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetPropertyProductsResult]
Copy
func GetPropertyProducts(ctx *Context, args *GetPropertyProductsArgs, opts ...InvokeOption) (*GetPropertyProductsResult, error)
func GetPropertyProductsOutput(ctx *Context, args *GetPropertyProductsOutputArgs, opts ...InvokeOption) GetPropertyProductsResultOutput
Copy

> Note: This function is named GetPropertyProducts in the Go SDK.

public static class GetPropertyProducts 
{
    public static Task<GetPropertyProductsResult> InvokeAsync(GetPropertyProductsArgs args, InvokeOptions? opts = null)
    public static Output<GetPropertyProductsResult> Invoke(GetPropertyProductsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPropertyProductsResult> getPropertyProducts(GetPropertyProductsArgs args, InvokeOptions options)
public static Output<GetPropertyProductsResult> getPropertyProducts(GetPropertyProductsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getPropertyProducts:getPropertyProducts
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContractId This property is required. string
ContractId This property is required. string
contractId This property is required. String
contractId This property is required. string
contract_id This property is required. str
contractId This property is required. String

getPropertyProducts Result

The following output properties are available:

ContractId string
Id string
The provider-assigned unique ID for this managed resource.
Products List<GetPropertyProductsProduct>
ContractId string
Id string
The provider-assigned unique ID for this managed resource.
Products []GetPropertyProductsProduct
contractId String
id String
The provider-assigned unique ID for this managed resource.
products List<GetPropertyProductsProduct>
contractId string
id string
The provider-assigned unique ID for this managed resource.
products GetPropertyProductsProduct[]
contract_id str
id str
The provider-assigned unique ID for this managed resource.
products Sequence[GetPropertyProductsProduct]
contractId String
id String
The provider-assigned unique ID for this managed resource.
products List<Property Map>

Supporting Types

GetPropertyProductsProduct

ProductId This property is required. string
ProductName This property is required. string
ProductId This property is required. string
ProductName This property is required. string
productId This property is required. String
productName This property is required. String
productId This property is required. string
productName This property is required. string
product_id This property is required. str
product_name This property is required. str
productId This property is required. String
productName This property is required. String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi