GetFilterPlainArgs

data class GetFilterPlainArgs(val detectorId: String, val name: String) : ConvertibleToJava<GetFilterPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The detector ID associated with the GuardDuty account for which you want to create a filter. 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

The name of the filter. Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.

Functions

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