Logging
Configuration for MicroVM logging output. Specify exactly one: cloudWatch to enable CloudWatch logging, or disabled to turn off logging.
Inheritors
Types
Functions
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.
Casts this Logging as a CloudWatch and retrieves its aws.sdk.kotlin.services.lambdamicrovms.model.CloudWatchLogging value. Returns null if the Logging is not a CloudWatch.
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.
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.