PublishingDestination

class PublishingDestination : KotlinCustomResource

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

Properties

Link copied to clipboard
val awsId: Output<String>

The ID of the publishing destination.

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>

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

Link copied to clipboard
val detectorId: Output<String>

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

Link copied to clipboard
val id: Output<String>
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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The status of the publishing destination.

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

Describes a tag.

Link copied to clipboard
val urn: Output<String>