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

konnect.getGatewayCustomPluginSchema

Explore with Pulumi AI

Using getGatewayCustomPluginSchema

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 getGatewayCustomPluginSchema(args: GetGatewayCustomPluginSchemaArgs, opts?: InvokeOptions): Promise<GetGatewayCustomPluginSchemaResult>
function getGatewayCustomPluginSchemaOutput(args: GetGatewayCustomPluginSchemaOutputArgs, opts?: InvokeOptions): Output<GetGatewayCustomPluginSchemaResult>
Copy
def get_gateway_custom_plugin_schema(control_plane_id: Optional[str] = None,
                                     name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetGatewayCustomPluginSchemaResult
def get_gateway_custom_plugin_schema_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                     name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetGatewayCustomPluginSchemaResult]
Copy
func LookupGatewayCustomPluginSchema(ctx *Context, args *LookupGatewayCustomPluginSchemaArgs, opts ...InvokeOption) (*LookupGatewayCustomPluginSchemaResult, error)
func LookupGatewayCustomPluginSchemaOutput(ctx *Context, args *LookupGatewayCustomPluginSchemaOutputArgs, opts ...InvokeOption) LookupGatewayCustomPluginSchemaResultOutput
Copy

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

public static class GetGatewayCustomPluginSchema 
{
    public static Task<GetGatewayCustomPluginSchemaResult> InvokeAsync(GetGatewayCustomPluginSchemaArgs args, InvokeOptions? opts = null)
    public static Output<GetGatewayCustomPluginSchemaResult> Invoke(GetGatewayCustomPluginSchemaInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGatewayCustomPluginSchemaResult> getGatewayCustomPluginSchema(GetGatewayCustomPluginSchemaArgs args, InvokeOptions options)
public static Output<GetGatewayCustomPluginSchemaResult> getGatewayCustomPluginSchema(GetGatewayCustomPluginSchemaArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getGatewayCustomPluginSchema:getGatewayCustomPluginSchema
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ControlPlaneId This property is required. string
Name This property is required. string
ControlPlaneId This property is required. string
Name This property is required. string
controlPlaneId This property is required. String
name This property is required. String
controlPlaneId This property is required. string
name This property is required. string
control_plane_id This property is required. str
name This property is required. str
controlPlaneId This property is required. String
name This property is required. String

getGatewayCustomPluginSchema Result

The following output properties are available:

ControlPlaneId string
CreatedAt double
Id string
The provider-assigned unique ID for this managed resource.
LuaSchema string
Name string
UpdatedAt double
ControlPlaneId string
CreatedAt float64
Id string
The provider-assigned unique ID for this managed resource.
LuaSchema string
Name string
UpdatedAt float64
controlPlaneId String
createdAt Double
id String
The provider-assigned unique ID for this managed resource.
luaSchema String
name String
updatedAt Double
controlPlaneId string
createdAt number
id string
The provider-assigned unique ID for this managed resource.
luaSchema string
name string
updatedAt number
control_plane_id str
created_at float
id str
The provider-assigned unique ID for this managed resource.
lua_schema str
name str
updated_at float
controlPlaneId String
createdAt Number
id String
The provider-assigned unique ID for this managed resource.
luaSchema String
name String
updatedAt Number

Package Details

Repository
konnect kong/terraform-provider-konnect
License
Notes
This Pulumi package is based on the konnect Terraform Provider.