GetServicePlainArgs

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

A collection of arguments for invoking getService.

Constructors

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

Properties

Link copied to clipboard
val name: String? = null

Service name.

Link copied to clipboard

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

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