--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iam_server_certificate Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::IAM::ServerCertificate --- # awscc_iam_server_certificate (Resource) Resource Type definition for AWS::IAM::ServerCertificate ## Schema ### Optional - `certificate_body` (String) - `certificate_chain` (String) - `path` (String) - `private_key` (String) - `server_certificate_name` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) Amazon Resource Name (ARN) of the server certificate - `id` (String) Uniquely identifies the resource. ### Nested Schema for `tags` Optional: - `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iam_server_certificate.example ```