getFilter

Resource Type definition for AWS::GuardDuty::Filter

Return

null

Parameters

argument

null


suspend fun getFilter(detectorId: String, name: String): GetFilterResult

Return

null

Parameters

detectorId

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.

name

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

See also


suspend fun getFilter(argument: suspend GetFilterPlainArgsBuilder.() -> Unit): GetFilterResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.guardduty.kotlin.inputs.GetFilterPlainArgs.

See also