GetThemePlainArgs

data class GetThemePlainArgs(val awsAccountId: String? = null, val tags: Map<String, String>? = null, val themeId: String) : ConvertibleToJava<GetThemePlainArgs>

A collection of arguments for invoking getTheme.

Constructors

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

Properties

Link copied to clipboard
val awsAccountId: String? = null

AWS account ID.

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

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard

Identifier of the theme. The following arguments are optional:

Functions

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