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>
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]
func LookupGatewayCustomPluginSchema(ctx *Context, args *LookupGatewayCustomPluginSchemaArgs, opts ...InvokeOption) (*LookupGatewayCustomPluginSchemaResult, error)
func LookupGatewayCustomPluginSchemaOutput(ctx *Context, args *LookupGatewayCustomPluginSchemaOutputArgs, opts ...InvokeOption) LookupGatewayCustomPluginSchemaResultOutput
> 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)
}
public static CompletableFuture<GetGatewayCustomPluginSchemaResult> getGatewayCustomPluginSchema(GetGatewayCustomPluginSchemaArgs args, InvokeOptions options)
public static Output<GetGatewayCustomPluginSchemaResult> getGatewayCustomPluginSchema(GetGatewayCustomPluginSchemaArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayCustomPluginSchema:getGatewayCustomPluginSchema
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId - Name string
- Control
Plane stringId - Name string
- control
Plane StringId - name String
- control
Plane stringId - name string
- control_
plane_ strid - name str
- control
Plane StringId - name String
getGatewayCustomPluginSchema Result
The following output properties are available:
- control_
plane_ strid - created_
at float - id str
- The provider-assigned unique ID for this managed resource.
- lua_
schema str - name str
- updated_
at float
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.