AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Signer::ProfilePermission

CfnProfilePermission

Adds cross-account permissions to a signing profile.

Import

import { CfnProfilePermission } from 'aws-cdk-lib/aws-signer';

Or use the module namespace:

import * as signer from 'aws-cdk-lib/aws-signer';
// signer.CfnProfilePermission

Properties

Configuration passed to the constructor as CfnProfilePermissionProps.

actionRequired
string

The AWS Signer action permitted as part of cross-account permissions.

principalRequired
string

The AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.

profileNameRequired
string

The human-readable name of the signing profile.

statementIdRequired
string

A unique identifier for the cross-account permission statement.

profileVersionOptional
string

The version of the signing profile.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-signer
CFN TypeAWS::Signer::ProfilePermission
Properties5

Related Constructs

External Links