Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-destination-properties-schema.json",
"title": "DestinationProperties",
"description": "Contains the Amazon Resource Name (ARN) of the resource to publish to, such as an S3 bucket, and the ARN of the KMS key to use to encrypt published findings.",
"type": "object",
"properties": {
"DestinationArn": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "destinationArn"
},
"description": "<p>The ARN of the resource to publish to.</p> <p>To specify an S3 bucket folder use the following format: <code>arn:aws:s3:::DOC-EXAMPLE-BUCKET/myFolder/</code> </p>"
}
]
},
"KmsKeyArn": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "kmsKeyArn"
},
"description": "The ARN of the KMS key to use for encryption."
}
]
}
}
}
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.