GetServicePlainArgs

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

A collection of arguments for invoking getService.

Constructors

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

Properties

Link copied to clipboard

Name of the service.

Link copied to clipboard

ID of the namespace that the service belongs to.

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

Map of tags to assign to the service. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Functions

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