Skip to content

Resource: awsApiGatewayClientCertificate

Provides an API Gateway Client Certificate.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.apiGatewayClientCertificate.ApiGatewayClientCertificate(this, "demo", {
  description: "My client certificate",
});

Argument Reference

The following arguments are supported:

  • description - (Optional) Description of the client certificate.
  • tags - (Optional) Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - Identifier of the client certificate.
  • createdDate - Date when the client certificate was created.
  • expirationDate - Date when the client certificate will expire.
  • pemEncodedCertificate - The PEM-encoded public key of the client certificate.
  • arn - ARN
  • tagsAll - Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

API Gateway Client Certificates can be imported using the id, e.g.,

$ terraform import aws_api_gateway_client_certificate.demo ab1cqe