PublishingDestinationArgs

data class PublishingDestinationArgs(val destinationProperties: Output<PublishingDestinationCfnDestinationPropertiesArgs>? = null, val destinationType: Output<String>? = null, val detectorId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PublishingDestinationArgs>

Resource Type definition for AWS::GuardDuty::PublishingDestination.

Constructors

Link copied to clipboard
constructor(destinationProperties: Output<PublishingDestinationCfnDestinationPropertiesArgs>? = null, destinationType: Output<String>? = null, detectorId: Output<String>? = null, tags: Output<List<TagArgs>>? = 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
val destinationType: Output<String>? = null

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

Link copied to clipboard
val detectorId: Output<String>? = null

The ID of the GuardDuty detector associated with the publishing destination.

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

Describes a tag.

Functions

Link copied to clipboard
open override fun toJava(): PublishingDestinationArgs