GetIpSetPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The unique ID of the detector of the GuardDuty account for which you want to create an IPSet. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Link copied to clipboard
val id: String

Functions

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