konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayDataPlaneClientCertificate
Explore with Pulumi AI
Using getGatewayDataPlaneClientCertificate
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 getGatewayDataPlaneClientCertificate(args: GetGatewayDataPlaneClientCertificateArgs, opts?: InvokeOptions): Promise<GetGatewayDataPlaneClientCertificateResult>
function getGatewayDataPlaneClientCertificateOutput(args: GetGatewayDataPlaneClientCertificateOutputArgs, opts?: InvokeOptions): Output<GetGatewayDataPlaneClientCertificateResult>
def get_gateway_data_plane_client_certificate(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayDataPlaneClientCertificateResult
def get_gateway_data_plane_client_certificate_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayDataPlaneClientCertificateResult]
func LookupGatewayDataPlaneClientCertificate(ctx *Context, args *LookupGatewayDataPlaneClientCertificateArgs, opts ...InvokeOption) (*LookupGatewayDataPlaneClientCertificateResult, error)
func LookupGatewayDataPlaneClientCertificateOutput(ctx *Context, args *LookupGatewayDataPlaneClientCertificateOutputArgs, opts ...InvokeOption) LookupGatewayDataPlaneClientCertificateResultOutput
> Note: This function is named LookupGatewayDataPlaneClientCertificate
in the Go SDK.
public static class GetGatewayDataPlaneClientCertificate
{
public static Task<GetGatewayDataPlaneClientCertificateResult> InvokeAsync(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayDataPlaneClientCertificateResult> Invoke(GetGatewayDataPlaneClientCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayDataPlaneClientCertificateResult> getGatewayDataPlaneClientCertificate(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions options)
public static Output<GetGatewayDataPlaneClientCertificateResult> getGatewayDataPlaneClientCertificate(GetGatewayDataPlaneClientCertificateArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayDataPlaneClientCertificate:getGatewayDataPlaneClientCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayDataPlaneClientCertificate Result
The following output properties are available:
- Cert string
- Control
Plane stringId - Created
At double - Id string
- Updated
At double
- Cert string
- Control
Plane stringId - Created
At float64 - Id string
- Updated
At float64
- cert String
- control
Plane StringId - created
At Double - id String
- updated
At Double
- cert string
- control
Plane stringId - created
At number - id string
- updated
At number
- cert str
- control_
plane_ strid - created_
at float - id str
- updated_
at float
- cert String
- control
Plane StringId - created
At Number - id String
- updated
At Number
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.