getLogging

Logging Options enable you to configure your IoT V2 logging role and default logging level so that you can monitor progress events logs as it passes from your devices through Iot core service.

Return

null

Parameters

argument

null


suspend fun getLogging(accountId: String): GetLoggingResult

Return

null

Parameters

accountId

Your 12-digit account ID (used as the primary identifier for the CloudFormation resource).

See also


suspend fun getLogging(argument: suspend GetLoggingPlainArgsBuilder.() -> Unit): GetLoggingResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.iot.kotlin.inputs.GetLoggingPlainArgs.

See also