File

data class File(val value: FileAccessLog) : AccessLog

The file object to send virtual node access logs to.

Constructors

Link copied to clipboard
constructor(value: FileAccessLog)

Properties

Link copied to clipboard

Inherited 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.