AWS::Signer::ProfilePermissionAn example resource schema demonstrating some basic constructs and validation rules.
5 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Action | string | RequiredCreate-only |
Principal | string | RequiredCreate-only |
ProfileName | string | RequiredCreate-only |
StatementId | string | RequiredCreate-only |
ProfileVersion | string | Create-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Signer::ProfilePermission
Resources:
MyResource:
Type: AWS::Signer::ProfilePermission
Properties:
ProfileName: "my-profilename"
Action: "value"
Principal: "value"
StatementId: "my-statementid"Permissions CloudFormation needs in your IAM role to manage this resource.
signer:AddProfilePermissionsigner:ListProfilePermissionssigner:ListProfilePermissionssigner:RemoveProfilePermissionsigner:ListProfilePermissionssigner:ListProfilePermissionssigner:GetSigningProfileOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterStatementIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProfileNameActionPrincipalStatementIdProfileVersion