Points to an S3Destination object that contains information about your S3 bucket.
Type: objectProperties: 1
Code SigningIoTLambdaSecurity
Destination is a JSON Structure definition published by Amazon Signer, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-structure/amazon-signer-destination-structure.json",
"name": "Destination",
"description": "Points to an <code>S3Destination</code> object that contains information about your S3 bucket.",
"properties": {
"s3": {
"allOf": [
{
"type": "object",
"properties": {
"bucketName": {
"allOf": [
{
"$ref": "#/components/schemas/BucketName"
},
{
"description": "Name of the S3 bucket."
}
]
},
"prefix": {
"allOf": [
{
"$ref": "#/components/schemas/Prefix"
},
{
"description": "An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix."
}
]
}
},
"description": "The name and prefix of the S3 bucket where code signing saves your signed objects."
},
{
"description": "The <code>S3Destination</code> object."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.