GetPublishingDestinationPlainArgs

data class GetPublishingDestinationPlainArgs(val detectorId: String, val id: String) : ConvertibleToJava<GetPublishingDestinationPlainArgs>

Constructors

Link copied to clipboard
constructor(detectorId: String, id: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

The ID of the publishing destination.

Functions

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