Skip to content

Data Source: awsSignerSigningProfile

Provides information about a Signer Signing Profile.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsSignerSigningProfile.DataAwsSignerSigningProfile(
  this,
  "production_signing_profile",
  {
    name: "prod_profile_DdW3Mk1foYL88fajut4mTVFGpuwfd4ACO6ANL0D1uIj7lrn8adK",
  }
);

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the target signing profile.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN for the signing profile.
  • platformDisplayName - A human-readable name for the signing platform associated with the signing profile.
  • platformId - ID of the platform that is used by the target signing profile.
  • revocationRecord - Revocation information for a signing profile.
  • signatureValidityPeriod - The validity period for a signing job.
  • status - Status of the target signing profile.
  • tags - List of tags associated with the signing profile.
  • version - Current version of the signing profile.
  • versionArn - Signing profile ARN, including the profile version.