GetPublishingDestinationResult

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)

Constructors

Link copied to clipboard
constructor(destinationProperties: PublishingDestinationCfnDestinationProperties? = null, destinationType: String? = null, id: String? = null, publishingFailureStartTimestamp: String? = null, status: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

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
val destinationType: String? = null

The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.

Link copied to clipboard
val id: String? = null

The ID of the publishing destination.

Link copied to clipboard

The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.

Link copied to clipboard
val status: String? = null

The status of the publishing destination.

Link copied to clipboard
val tags: List<Tag>? = null

Describes a tag.