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.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

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

awsResouceIconMatches.json#L3229
        "resourceType": "AWS::Signer::ProfilePermission",
        "filePath": null
      }
    ]
  },
  {
template.json#L2811
    "AWS::Signer::ProfilePermission": {
      "Type": "AWS::Signer::ProfilePermission",
      "Properties": {}
    },
    "AWS::CloudFormation::ModuleDefaultVersion": {
      "Type": "AWS::CloudFormation::ModuleDefaultVersion",

Parameters

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.