GetServicePlainArgs

data class GetServicePlainArgs(val serviceArn: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
constructor(serviceArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the AppRunner Service.

Functions

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