---
type: resource-type
title: SigningProfile
description: aws resource type AWS::Signer::SigningProfile
name: SigningProfile
lexicon: aws
resource_type: AWS::Signer::SigningProfile
---
`AWS::Signer::SigningProfile`, a resource type of the aws lexicon.

## Properties

- `PlatformId` (`SigningProfile_PlatformId`, required): The ID of the target signing platform.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the specified signing profile.
- `ProfileName` (`string`, optional): A name for the signing profile. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
- `ProfileVersion` (`string`, optional): A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
- `ProfileVersionArn` (`string`, optional): The Amazon Resource Name (ARN) of the specified signing profile version.
- `SignatureValidityPeriod` (`SigningProfile_SignatureValidityPeriod`, optional): Signature validity period of the profile.
- `Tags` (`SigningProfile_Tag[]`, optional): A list of tags associated with the signing profile.

## Attributes

- `Arn`
- `ProfileName`
- `ProfileVersion`
- `ProfileVersionArn`
