GetTemplatePlainArgs

data class GetTemplatePlainArgs(val awsAccountId: String, val templateId: String) : ConvertibleToJava<GetTemplatePlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, templateId: String)

Properties

Link copied to clipboard

The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.

Link copied to clipboard

An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.

Functions

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