--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cloudfront_public_key Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::CloudFront::PublicKey --- # awscc_cloudfront_public_key (Resource) Resource Type definition for AWS::CloudFront::PublicKey ## Schema ### Required - `public_key_config` (Attributes) (see [below for nested schema](#nestedatt--public_key_config)) ### Read-Only - `created_time` (String) - `id` (String) The ID of this resource. ### Nested Schema for `public_key_config` Required: - `caller_reference` (String) - `comment` (String) - `encoded_key` (String) - `name` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_cloudfront_public_key.example ```