GetServiceAccountPlainArgs

data class GetServiceAccountPlainArgs(val region: String? = null) : ConvertibleToJava<GetServiceAccountPlainArgs>

A collection of arguments for invoking getServiceAccount.

Constructors

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

Properties

Link copied to clipboard
val region: String? = null

Name of the region whose AWS Redshift account ID is desired. Defaults to the region from the AWS provider configuration.

Functions

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