Provides information about a Signer Signing Profile.
data "aws_signer_signing_profile" "production_signing_profile" {
name = "prod_profile_DdW3Mk1foYL88fajut4mTVFGpuwfd4ACO6ANL0D1uIj7lrn8adK"
}
This data source supports the following arguments:
name
- (Required) Name of the target signing profile.This data source exports the following attributes in addition to the arguments above:
arn
- ARN for the signing profile.platform_display_name
- A human-readable name for the signing platform associated with the signing profile.platform_id
- ID of the platform that is used by the target signing profile.revocation_record
- Revocation information for a signing profile.signature_validity_period
- 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.version_arn
- Signing profile ARN, including the profile version.