AWS Fundamentals Logo
AWS Fundamentals
AWS::Signer::ProfilePermission

Signer ProfilePermission

An example resource schema demonstrating some basic constructs and validation rules.

Properties

5 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Action
string
RequiredCreate-only
Principal
string
RequiredCreate-only
ProfileName
string
RequiredCreate-only
StatementId
string
RequiredCreate-only
ProfileVersion
string
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

signer:AddProfilePermissionsigner:ListProfilePermissions

read

signer:ListProfilePermissions

delete

signer:RemoveProfilePermissionsigner:ListProfilePermissions

list

signer:ListProfilePermissionssigner:GetSigningProfile

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSigner
Properties5
Required4
TaggingNot supported
Primary IDStatementId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ProfileNameActionPrincipalStatementIdProfileVersion

Related Resources

External Links