GetDistributionPlainArgs

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

A collection of arguments for invoking getDistribution.

Constructors

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

Properties

Link copied to clipboard
val id: String

Identifier for the distribution. For example: EDFDVBD632BHDS5.

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

Functions

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