Disabled

data class Disabled(val value: LoggingDisabled) : Logging

Specifies that logging is disabled.

Constructors

Link copied to clipboard
constructor(value: LoggingDisabled)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Logging as a CloudWatch and retrieves its aws.sdk.kotlin.services.lambdamicrovms.model.CloudWatchLogging value. Throws an exception if the Logging is not a CloudWatch.

Link copied to clipboard
Link copied to clipboard

Casts this Logging as a Disabled and retrieves its aws.sdk.kotlin.services.lambdamicrovms.model.LoggingDisabled value. Throws an exception if the Logging is not a Disabled.

Link copied to clipboard

Casts this Logging as a Disabled and retrieves its aws.sdk.kotlin.services.lambdamicrovms.model.LoggingDisabled value. Returns null if the Logging is not a Disabled.