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 dictionaryThe following arguments are supported:
- ControlPlane stringId 
- ControlPlane stringId 
- controlPlane StringId 
- controlPlane stringId 
- control_plane_ strid 
- controlPlane StringId 
getGatewayDataPlaneClientCertificate Result
The following output properties are available:
- Cert string
- ControlPlane stringId 
- CreatedAt double
- Id string
- UpdatedAt double
- Cert string
- ControlPlane stringId 
- CreatedAt float64
- Id string
- UpdatedAt float64
- cert String
- controlPlane StringId 
- createdAt Double
- id String
- updatedAt Double
- cert string
- controlPlane stringId 
- createdAt number
- id string
- updatedAt number
- cert str
- control_plane_ strid 
- created_at float
- id str
- updated_at float
- cert String
- controlPlane StringId 
- createdAt Number
- id String
- updatedAt Number
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the konnectTerraform Provider.