1. Packages
  2. Konnect Provider
  3. API Docs
  4. getApiProductVersion
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getApiProductVersion

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getApiProductVersion

    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 getApiProductVersion(args: GetApiProductVersionArgs, opts?: InvokeOptions): Promise<GetApiProductVersionResult>
    function getApiProductVersionOutput(args: GetApiProductVersionOutputArgs, opts?: InvokeOptions): Output<GetApiProductVersionResult>
    def get_api_product_version(api_product_id: Optional[str] = None,
                                id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetApiProductVersionResult
    def get_api_product_version_output(api_product_id: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetApiProductVersionResult]
    func LookupApiProductVersion(ctx *Context, args *LookupApiProductVersionArgs, opts ...InvokeOption) (*LookupApiProductVersionResult, error)
    func LookupApiProductVersionOutput(ctx *Context, args *LookupApiProductVersionOutputArgs, opts ...InvokeOption) LookupApiProductVersionResultOutput

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

    public static class GetApiProductVersion 
    {
        public static Task<GetApiProductVersionResult> InvokeAsync(GetApiProductVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetApiProductVersionResult> Invoke(GetApiProductVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApiProductVersionResult> getApiProductVersion(GetApiProductVersionArgs args, InvokeOptions options)
    public static Output<GetApiProductVersionResult> getApiProductVersion(GetApiProductVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getApiProductVersion:getApiProductVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApiProductId string
    Id string
    ApiProductId string
    Id string
    apiProductId String
    id String
    apiProductId string
    id string
    apiProductId String
    id String

    getApiProductVersion Result

    The following output properties are available:

    apiProductId string
    createdAt string
    deprecated boolean

    Deprecated: Deprecated

    gatewayService GetApiProductVersionGatewayService
    id string
    labels {[key: string]: string}
    name string
    portals GetApiProductVersionPortal[]
    updatedAt string
    apiProductId String
    createdAt String
    deprecated Boolean

    Deprecated: Deprecated

    gatewayService Property Map
    id String
    labels Map<String>
    name String
    portals List<Property Map>
    updatedAt String

    Supporting Types

    GetApiProductVersionGatewayService

    ControlPlaneId string
    The identifier of the control plane that the gateway service resides in
    Id string
    The identifier of a gateway service associated with the version of the API product.
    RuntimeGroupId string
    This field is deprecated, please use control_plane_id instead. The identifier of the control plane that the gateway service resides in

    Deprecated: Deprecated

    ControlPlaneId string
    The identifier of the control plane that the gateway service resides in
    Id string
    The identifier of a gateway service associated with the version of the API product.
    RuntimeGroupId string
    This field is deprecated, please use control_plane_id instead. The identifier of the control plane that the gateway service resides in

    Deprecated: Deprecated

    controlPlaneId String
    The identifier of the control plane that the gateway service resides in
    id String
    The identifier of a gateway service associated with the version of the API product.
    runtimeGroupId String
    This field is deprecated, please use control_plane_id instead. The identifier of the control plane that the gateway service resides in

    Deprecated: Deprecated

    controlPlaneId string
    The identifier of the control plane that the gateway service resides in
    id string
    The identifier of a gateway service associated with the version of the API product.
    runtimeGroupId string
    This field is deprecated, please use control_plane_id instead. The identifier of the control plane that the gateway service resides in

    Deprecated: Deprecated

    control_plane_id str
    The identifier of the control plane that the gateway service resides in
    id str
    The identifier of a gateway service associated with the version of the API product.
    runtime_group_id str
    This field is deprecated, please use control_plane_id instead. The identifier of the control plane that the gateway service resides in

    Deprecated: Deprecated

    controlPlaneId String
    The identifier of the control plane that the gateway service resides in
    id String
    The identifier of a gateway service associated with the version of the API product.
    runtimeGroupId String
    This field is deprecated, please use control_plane_id instead. The identifier of the control plane that the gateway service resides in

    Deprecated: Deprecated

    GetApiProductVersionPortal

    GetApiProductVersionPortalAuthStrategy

    Id string
    Name string
    Id string
    Name string
    id String
    name String
    id string
    name string
    id str
    name str
    id String
    name String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong