AccessLog

sealed class AccessLog

An object that represents the access logging information for a virtual node.

Inheritors

Types

Link copied to clipboard
data class File(val value: FileAccessLog) : AccessLog

The file object to send virtual node access logs to.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this AccessLog as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.FileAccessLog value. Throws an exception if the AccessLog is not a File.

Link copied to clipboard

Casts this AccessLog as a File and retrieves its aws.sdk.kotlin.services.appmesh.model.FileAccessLog value. Returns null if the AccessLog is not a File.