CreateTemplateRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The definition of a template.

Link copied to clipboard
val name: String?

A display name for the template.

Link copied to clipboard

A list of resource permissions to be set on the template.

Link copied to clipboard

The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region.

Link copied to clipboard
val tags: List<Tag>?

Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.

Link copied to clipboard

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

Link copied to clipboard

TThe option to relax the validation needed to create a template with definition objects. This skips the validation step for specific errors.

Link copied to clipboard

A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String