--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_client_certificate Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::ApiGateway::ClientCertificate --- # awscc_apigateway_client_certificate (Resource) Resource Type definition for AWS::ApiGateway::ClientCertificate <!-- schema generated by tfplugindocs --> ## Schema ### Optional - `description` (String) A description of the client certificate. - `tags` (Attributes List) An array of arbitrary tags (key-value pairs) to associate with the client certificate. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `client_certificate_id` (String) The Primary Identifier of the Client Certficate, generated by a Create API Call - `id` (String) Uniquely identifies the resource. <a id="nestedatt--tags"></a> ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_apigateway_client_certificate.example <resource ID> ```