AWS::Signer::SigningProfileA signing profile is a signing template that can be used to carry out a pre-defined signing job.
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PlatformId | string | RequiredCreate-only |
SignatureValidityPeriod | SignatureValidityPeriod | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the specified signing profile. |
ProfileName | string | 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 | A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name. |
ProfileVersionArn | string | The Amazon Resource Name (ARN) of the specified signing profile version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Signer::SigningProfile
Resources:
MyResource:
Type: AWS::Signer::SigningProfile
Properties:
PlatformId: "my-platformid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
signer:PutSigningProfilesigner:TagResourcesigner:GetSigningProfilesigner:CancelSigningProfilesigner:GetSigningProfilesigner:ListSigningProfilessigner:TagResourcesigner:UntagResourcesigner:GetSigningProfileOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProfileNamePlatformIdSignatureValidityPeriod