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)
public static Output<GetPropertyProductsResult> getPropertyProducts(GetPropertyProductsArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getPropertyProducts:getPropertyProducts
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Id string
- Contract
Id string
- contract
Id String
- contract
Id string
- contract_
id str
- contract
Id String
getPropertyProducts Result
The following output properties are available:
- Contract
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Products
List<Get
Property Products Product>
- Contract
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Products
[]Get
Property Products Product
- contract
Id String - id String
- The provider-assigned unique ID for this managed resource.
- products
List<Get
Property Products Product>
- contract
Id string - id string
- The provider-assigned unique ID for this managed resource.
- products
Get
Property Products Product[]
- contract_
id str - id str
- The provider-assigned unique ID for this managed resource.
- products
Sequence[Get
Property Products Product]
- contract
Id String - id String
- The provider-assigned unique ID for this managed resource.
- products List<Property Map>
Supporting Types
GetPropertyProductsProduct
- Product
Id string - Product
Name string
- Product
Id string - Product
Name string
- product
Id String - product
Name String
- product
Id string - product
Name string
- product_
id str - product_
name str
- product
Id String - product
Name String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
