get_signing_platform
(**kwargs)¶Returns information on a specific signing platform.
See also: AWS API Documentation
Request Syntax
response = client.get_signing_platform(
platformId='string'
)
[REQUIRED]
The ID of the target signing platform.
{
'platformId': 'string',
'displayName': 'string',
'partner': 'string',
'target': 'string',
'category': 'AWSIoT',
'signingConfiguration': {
'encryptionAlgorithmOptions': {
'allowedValues': [
'RSA'|'ECDSA',
],
'defaultValue': 'RSA'|'ECDSA'
},
'hashAlgorithmOptions': {
'allowedValues': [
'SHA1'|'SHA256',
],
'defaultValue': 'SHA1'|'SHA256'
}
},
'signingImageFormat': {
'supportedFormats': [
'JSON'|'JSONEmbedded'|'JSONDetached',
],
'defaultFormat': 'JSON'|'JSONEmbedded'|'JSONDetached'
},
'maxSizeInMB': 123,
'revocationSupported': True|False
}
Response Structure
The ID of the target signing platform.
The display name of the target signing platform.
A list of partner entities that use the target signing platform.
The validation template that is used by the target signing platform.
The category type of the target signing platform.
A list of configurations applied to the target platform at signing.
The encryption algorithm options that are available for a code signing job.
The set of accepted encryption algorithms that are allowed in a code signing job.
The default encryption algorithm that is used by a code signing job.
The hash algorithm options that are available for a code signing job.
The set of accepted hash algorithms allowed in a code signing job.
The default hash algorithm that is used in a code signing job.
The format of the target platform's signing image.
The supported formats of a code signing image.
The default format of a code signing image.
The maximum size (in MB) of the payload that can be signed by the target platform.
A flag indicating whether signatures generated for the signing platform can be revoked.
Exceptions
signer.Client.exceptions.ResourceNotFoundException
signer.Client.exceptions.AccessDeniedException
signer.Client.exceptions.TooManyRequestsException
signer.Client.exceptions.InternalServiceErrorException