konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getApiProduct
Explore with Pulumi AI
Using getApiProduct
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 getApiProduct(args: GetApiProductArgs, opts?: InvokeOptions): Promise<GetApiProductResult>
function getApiProductOutput(args: GetApiProductOutputArgs, opts?: InvokeOptions): Output<GetApiProductResult>
def get_api_product(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiProductResult
def get_api_product_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApiProductResult]
func LookupApiProduct(ctx *Context, args *LookupApiProductArgs, opts ...InvokeOption) (*LookupApiProductResult, error)
func LookupApiProductOutput(ctx *Context, args *LookupApiProductOutputArgs, opts ...InvokeOption) LookupApiProductResultOutput
> Note: This function is named LookupApiProduct
in the Go SDK.
public static class GetApiProduct
{
public static Task<GetApiProductResult> InvokeAsync(GetApiProductArgs args, InvokeOptions? opts = null)
public static Output<GetApiProductResult> Invoke(GetApiProductInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApiProductResult> getApiProduct(GetApiProductArgs args, InvokeOptions options)
public static Output<GetApiProductResult> getApiProduct(GetApiProductArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getApiProduct:getApiProduct
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getApiProduct Result
The following output properties are available:
- Created
At string - Description string
- Id string
- Labels Dictionary<string, string>
- Name string
- Portal
Ids List<string> - Portals
List<Get
Api Product Portal> - Public
Labels Dictionary<string, string> - Updated
At string - Version
Count double
- Created
At string - Description string
- Id string
- Labels map[string]string
- Name string
- Portal
Ids []string - Portals
[]Get
Api Product Portal - Public
Labels map[string]string - Updated
At string - Version
Count float64
- created
At String - description String
- id String
- labels Map<String,String>
- name String
- portal
Ids List<String> - portals
List<Get
Api Product Portal> - public
Labels Map<String,String> - updated
At String - version
Count Double
- created
At string - description string
- id string
- labels {[key: string]: string}
- name string
- portal
Ids string[] - portals
Get
Api Product Portal[] - public
Labels {[key: string]: string} - updated
At string - version
Count number
- created_
at str - description str
- id str
- labels Mapping[str, str]
- name str
- portal_
ids Sequence[str] - portals
Sequence[Get
Api Product Portal] - public_
labels Mapping[str, str] - updated_
at str - version_
count float
- created
At String - description String
- id String
- labels Map<String>
- name String
- portal
Ids List<String> - portals List<Property Map>
- public
Labels Map<String> - updated
At String - version
Count Number
Supporting Types
GetApiProductPortal
- Portal
Id string - Portal
Name string
- Portal
Id string - Portal
Name string
- portal
Id String - portal
Name String
- portal
Id string - portal
Name string
- portal_
id str - portal_
name str
- portal
Id String - portal
Name String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.