Publishing Destination Args
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
The type of resource for the publishing destination. Currently only Amazon S3 buckets are supported.
Link copied to clipboard
The ID of the GuardDuty detector associated with the publishing destination.