GetBillingServiceAccountPlainArgs

data class GetBillingServiceAccountPlainArgs(val id: String? = null) : ConvertibleToJava<GetBillingServiceAccountPlainArgs>

A collection of arguments for invoking getBillingServiceAccount.

Constructors

Link copied to clipboard
constructor(id: String? = null)

Properties

Link copied to clipboard
val id: String? = null

ID of the AWS billing service account.

Functions

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