Resource: aws_api_gateway_client_certificate

Provides an API Gateway Client Certificate.

Example Usage

resource "aws_api_gateway_client_certificate" "demo" {
  description = "My client certificate"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import API Gateway Client Certificates using the id. For example:

import {
  to = aws_api_gateway_client_certificate.demo
  id = "ab1cqe"
}

Using terraform import, import API Gateway Client Certificates using the id. For example:

% terraform import aws_api_gateway_client_certificate.demo ab1cqe