---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_signer_signing_profile Resource - terraform-provider-awscc"
subcategory: ""
description: |-
A signing profile is a signing template that can be used to carry out a pre-defined signing job.
---
# awscc_signer_signing_profile (Resource)
A signing profile is a signing template that can be used to carry out a pre-defined signing job.
## Schema
### Required
- `platform_id` (String) The ID of the target signing platform.
### Optional
- `signature_validity_period` (Attributes) Signature validity period of the profile. (see [below for nested schema](#nestedatt--signature_validity_period))
- `tags` (Attributes List) A list of tags associated with the signing profile. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) The Amazon Resource Name (ARN) of the specified signing profile.
- `id` (String) Uniquely identifies the resource.
- `profile_name` (String) A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
- `profile_version` (String) A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
- `profile_version_arn` (String) The Amazon Resource Name (ARN) of the specified signing profile version.
### Nested Schema for `signature_validity_period`
Optional:
- `type` (String)
- `value` (Number)
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_signer_signing_profile.example
```