Skip to content

Guardduty  >  Structures  >  DestinationProperties

DestinationProperties

Structure Class

DestinationProperties dataclass

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.

Attributes

destination_arn class-attribute instance-attribute
destination_arn: str | None = None

The ARN of the resource to publish to.

To specify an S3 bucket folder use the following format: arn:aws:s3:::DOC-EXAMPLE-BUCKET/myFolder/

kms_key_arn class-attribute instance-attribute
kms_key_arn: str | None = None

The ARN of the KMS key to use for encryption.