--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_certificate Resource - terraform-provider-awscc" subcategory: "" description: |- Use the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate. --- # awscc_iot_certificate (Resource) Use the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate. ## Schema ### Required - `status` (String) ### Optional - `ca_certificate_pem` (String) - `certificate_mode` (String) - `certificate_pem` (String) - `certificate_signing_request` (String) ### Read-Only - `arn` (String) - `id` (String) The ID of this resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iot_certificate.example ```