FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

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

The following arguments are supported:

Attribute Reference

The following attributes are exported:

Import

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

$ terraform import aws_api_gateway_client_certificate.demo ab1cqe

See the source of this document at Terraform.io