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

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