getIpSet

suspend fun getIpSet(argument: GetIpSetPlainArgs): GetIpSetResult

Resource Type definition for AWS::GuardDuty::IPSet

Return

null

Parameters

argument

null


suspend fun getIpSet(detectorId: String, id: String): GetIpSetResult

Return

null

Parameters

detectorId

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.

id

See also


suspend fun getIpSet(argument: suspend GetIpSetPlainArgsBuilder.() -> Unit): GetIpSetResult

Return

null

Parameters

argument

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

See also