AWS Signer Signing Job
This page shows how to write Terraform for Signer Signing Job and write them securely.
aws_signer_signing_job (Terraform)
The Signing Job in Signer can be configured in Terraform with the resource name aws_signer_signing_job. 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
-
completed_atoptional computed - string -
created_atoptional computed - string -
idoptional computed - string -
ignore_signing_job_failureoptional - bool -
job_idoptional computed - string -
job_invokeroptional computed - string -
job_owneroptional computed - string -
platform_display_nameoptional computed - string -
platform_idoptional computed - string -
profile_namerequired - string -
profile_versionoptional computed - string -
requested_byoptional computed - string -
revocation_recordoptional computed - list of object-
reason- string -
revoked_at- string -
revoked_by- string
-
-
signature_expires_atoptional computed - string -
signed_objectoptional computed - list of object -
statusoptional computed - string -
status_reasonoptional computed - string -
destinationlist block -
sourcelist block
Explanation in Terraform Registry
Creates a Signer Signing Job.
CloudFormation Example
CloudFormation code does not have the related resource.