GetRealtimeLogConfigPlainArgs

data class GetRealtimeLogConfigPlainArgs(val arn: String) : ConvertibleToJava<GetRealtimeLogConfigPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the real-time log configuration. For example: arn:aws:cloudfront::111122223333:realtime-log-config/ExampleNameForRealtimeLogConfig .

Functions

Link copied to clipboard
open override fun toJava(): GetRealtimeLogConfigPlainArgs