AWS Signer Signing Profile Permission
This page shows how to write Terraform and CloudFormation for Signer Signing Profile Permission and write them securely.
aws_signer_signing_profile_permission (Terraform)
The Signing Profile Permission in Signer can be configured in Terraform with the resource name aws_signer_signing_profile_permission. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
actionrequired - string -
idoptional computed - string -
principalrequired - string -
profile_namerequired - string -
profile_versionoptional computed - string -
statement_idoptional computed - string -
statement_id_prefixoptional - string
Explanation in Terraform Registry
Creates a Signer Signing Profile Permission. That is, a cross-account permission for a signing profile.
AWS::Signer::ProfilePermission (CloudFormation)
The ProfilePermission in Signer can be configured in CloudFormation with the resource name AWS::Signer::ProfilePermission. The following sections describe 2 examples of how to use the resource and its parameters.
Example Usage from GitHub
"resourceType": "AWS::Signer::ProfilePermission",
"filePath": null
}
]
},
{
"AWS::Signer::ProfilePermission": {
"Type": "AWS::Signer::ProfilePermission",
"Properties": {}
},
"AWS::CloudFormation::ModuleDefaultVersion": {
"Type": "AWS::CloudFormation::ModuleDefaultVersion",
Parameters
-
ProfileNamerequired - String -
ProfileVersionoptional - String -
Actionrequired - String -
Principalrequired - String -
StatementIdrequired - String
Explanation in CloudFormation Registry
Adds cross-account permissions to a signing profile.
Frequently asked questions
What is AWS Signer Signing Profile Permission?
AWS Signer Signing Profile Permission is a resource for Signer of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.
Where can I find the example code for the AWS Signer Signing Profile Permission?
For CloudFormation, the pistazie/cdk-dia and mhlabs/aws-icons-directory source code examples are useful. See the CloudFormation Example section for further details.