Get Publishing Destination Result
data class GetPublishingDestinationResult(val destinationProperties: PublishingDestinationCfnDestinationProperties? = null, val destinationType: String? = null, val id: String? = null, val publishingFailureStartTimestamp: String? = null, val status: String? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
Link copied to clipboard
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.