1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyProducts
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.getPropertyProducts

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 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>
    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]
    func GetPropertyProducts(ctx *Context, args *GetPropertyProductsArgs, opts ...InvokeOption) (*GetPropertyProductsResult, error)
    func GetPropertyProductsOutput(ctx *Context, args *GetPropertyProductsOutputArgs, opts ...InvokeOption) GetPropertyProductsResultOutput

    > 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)
    }
    public static CompletableFuture<GetPropertyProductsResult> getPropertyProducts(GetPropertyProductsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getPropertyProducts:getPropertyProducts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContractId string
    ContractId string
    contractId String
    contractId string
    contractId 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 string
    ProductName string
    ProductId string
    ProductName string
    productId String
    productName String
    productId string
    productName string
    productId String
    productName String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi