1. Packages
  2. AWS Native
  3. API Docs
  4. apigateway
  5. getClientCertificate

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.101.0 published on Thursday, Apr 11, 2024 by Pulumi

aws-native.apigateway.getClientCertificate

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.101.0 published on Thursday, Apr 11, 2024 by Pulumi

    The AWS::ApiGateway::ClientCertificate resource creates a client certificate that API Gateway uses to configure client-side SSL authentication for sending requests to the integration endpoint.

    Using getClientCertificate

    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 getClientCertificate(args: GetClientCertificateArgs, opts?: InvokeOptions): Promise<GetClientCertificateResult>
    function getClientCertificateOutput(args: GetClientCertificateOutputArgs, opts?: InvokeOptions): Output<GetClientCertificateResult>
    def get_client_certificate(client_certificate_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetClientCertificateResult
    def get_client_certificate_output(client_certificate_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetClientCertificateResult]
    func LookupClientCertificate(ctx *Context, args *LookupClientCertificateArgs, opts ...InvokeOption) (*LookupClientCertificateResult, error)
    func LookupClientCertificateOutput(ctx *Context, args *LookupClientCertificateOutputArgs, opts ...InvokeOption) LookupClientCertificateResultOutput

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

    public static class GetClientCertificate 
    {
        public static Task<GetClientCertificateResult> InvokeAsync(GetClientCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetClientCertificateResult> Invoke(GetClientCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClientCertificateResult> getClientCertificate(GetClientCertificateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:apigateway:getClientCertificate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getClientCertificate Result

    The following output properties are available:

    ClientCertificateId string
    Description string
    The description of the client certificate.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The collection of tags. Each tag element is associated with a given resource.
    ClientCertificateId string
    Description string
    The description of the client certificate.
    Tags Tag
    The collection of tags. Each tag element is associated with a given resource.
    clientCertificateId String
    description String
    The description of the client certificate.
    tags List<Tag>
    The collection of tags. Each tag element is associated with a given resource.
    clientCertificateId string
    description string
    The description of the client certificate.
    tags Tag[]
    The collection of tags. Each tag element is associated with a given resource.
    client_certificate_id str
    description str
    The description of the client certificate.
    tags Sequence[root_Tag]
    The collection of tags. Each tag element is associated with a given resource.
    clientCertificateId String
    description String
    The description of the client certificate.
    tags List<Property Map>
    The collection of tags. Each tag element is associated with a given resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.101.0 published on Thursday, Apr 11, 2024 by Pulumi