GetServicePlainArgs

data class GetServicePlainArgs(val serviceIdentifier: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(serviceIdentifier: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ID or Amazon Resource Name (ARN) of the service network

Link copied to clipboard
val tags: Map<String, String>? = null

List of tags associated with the service.

Functions

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