konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getApiProductVersion
Explore with Pulumi AI
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:
- Api
Product stringId - Id string
- Api
Product stringId - Id string
- api
Product StringId - id String
- api
Product stringId - id string
- api_
product_ strid - id str
- api
Product StringId - id String
getApiProductVersion Result
The following output properties are available:
- Api
Product stringId - Created
At string - Deprecated bool
- Gateway
Service GetApi Product Version Gateway Service - Id string
- Labels Dictionary<string, string>
- Name string
- Portals
List<Get
Api Product Version Portal> - Updated
At string
- Api
Product stringId - Created
At string - Deprecated bool
- Gateway
Service GetApi Product Version Gateway Service - Id string
- Labels map[string]string
- Name string
- Portals
[]Get
Api Product Version Portal - Updated
At string
- api
Product StringId - created
At String - deprecated Boolean
- gateway
Service GetApi Product Version Gateway Service - id String
- labels Map<String,String>
- name String
- portals
List<Get
Api Product Version Portal> - updated
At String
- api
Product stringId - created
At string - deprecated boolean
- gateway
Service GetApi Product Version Gateway Service - id string
- labels {[key: string]: string}
- name string
- portals
Get
Api Product Version Portal[] - updated
At string
- api_
product_ strid - created_
at str - deprecated bool
- gateway_
service GetApi Product Version Gateway Service - id str
- labels Mapping[str, str]
- name str
- portals
Sequence[Get
Api Product Version Portal] - updated_
at str
- api
Product StringId - created
At String - deprecated Boolean
- gateway
Service Property Map - id String
- labels Map<String>
- name String
- portals List<Property Map>
- updated
At String
Supporting Types
GetApiProductVersionGatewayService
- Control
Plane stringId - 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.
- Runtime
Group stringId - This field is deprecated, please use
control_plane_id
instead. The identifier of the control plane that the gateway service resides in
- Control
Plane stringId - 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.
- Runtime
Group stringId - This field is deprecated, please use
control_plane_id
instead. The identifier of the control plane that the gateway service resides in
- control
Plane StringId - 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.
- runtime
Group StringId - This field is deprecated, please use
control_plane_id
instead. The identifier of the control plane that the gateway service resides in
- control
Plane stringId - 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.
- runtime
Group stringId - This field is deprecated, please use
control_plane_id
instead. The identifier of the control plane that the gateway service resides in
- control_
plane_ strid - 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_ strid - This field is deprecated, please use
control_plane_id
instead. The identifier of the control plane that the gateway service resides in
- control
Plane StringId - 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.
- runtime
Group StringId - This field is deprecated, please use
control_plane_id
instead. The identifier of the control plane that the gateway service resides in
GetApiProductVersionPortal
- Application
Registration boolEnabled - Auth
Strategies List<GetApi Product Version Portal Auth Strategy> - Auto
Approve boolRegistration - Deprecated bool
- Portal
Id string - Portal
Name string - Portal
Product stringVersion Id - Publish
Status string
- Application
Registration boolEnabled - Auth
Strategies []GetApi Product Version Portal Auth Strategy - Auto
Approve boolRegistration - Deprecated bool
- Portal
Id string - Portal
Name string - Portal
Product stringVersion Id - Publish
Status string
- application
Registration BooleanEnabled - auth
Strategies List<GetApi Product Version Portal Auth Strategy> - auto
Approve BooleanRegistration - deprecated Boolean
- portal
Id String - portal
Name String - portal
Product StringVersion Id - publish
Status String
- application
Registration booleanEnabled - auth
Strategies GetApi Product Version Portal Auth Strategy[] - auto
Approve booleanRegistration - deprecated boolean
- portal
Id string - portal
Name string - portal
Product stringVersion Id - publish
Status string
- application
Registration BooleanEnabled - auth
Strategies List<Property Map> - auto
Approve BooleanRegistration - deprecated Boolean
- portal
Id String - portal
Name String - portal
Product StringVersion Id - publish
Status String
GetApiProductVersionPortalAuthStrategy
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.