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 ID of the detector belonging to the GuardDuty account that you want to create a filter for.

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