http://signer.{region}.amazonaws.com/signing-profiles/{profileName}Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job. For more information, see <a href="http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html">http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html</a>
The name of the signing profile to be created.
Tags to be associated with the signing profile that is being created.
Any overrides that are applied to the signing configuration of a code signing platform.
The ID of the signing platform to be created.
The ACM certificate that is used to sign your code.
Map of key-value pairs for signing. These can include any information that you want to use during signing.
The validity period for a signing job.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://signer.{region}.amazonaws.com/signing-profiles/{profileName}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://signer.{region}.amazonaws.com/signing-profiles/{profileName}Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job. For more information, see <a href="http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html">http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html</a>
The name of the signing profile to be created.
Tags to be associated with the signing profile that is being created.
Any overrides that are applied to the signing configuration of a code signing platform.
The ID of the signing platform to be created.
The ACM certificate that is used to sign your code.
Map of key-value pairs for signing. These can include any information that you want to use during signing.
The validity period for a signing job.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://signer.{region}.amazonaws.com/signing-profiles/{profileName}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}