TemplateArgs

data class TemplateArgs(val awsAccountId: Output<String>? = null, val definition: Output<TemplateVersionDefinitionArgs>? = null, val name: Output<String>? = null, val permissions: Output<List<TemplateResourcePermissionArgs>>? = null, val sourceEntity: Output<TemplateSourceEntityArgs>? = null, val tags: Output<List<TagArgs>>? = null, val templateId: Output<String>? = null, val validationStrategy: Output<TemplateValidationStrategyArgs>? = null, val versionDescription: Output<String>? = null) : ConvertibleToJava<TemplateArgs>

Definition of the AWS::QuickSight::Template Resource Type.

Constructors

Link copied to clipboard
constructor(awsAccountId: Output<String>? = null, definition: Output<TemplateVersionDefinitionArgs>? = null, name: Output<String>? = null, permissions: Output<List<TemplateResourcePermissionArgs>>? = null, sourceEntity: Output<TemplateSourceEntityArgs>? = null, tags: Output<List<TagArgs>>? = null, templateId: Output<String>? = null, validationStrategy: Output<TemplateValidationStrategyArgs>? = null, versionDescription: Output<String>? = null)

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null

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
Link copied to clipboard
val name: Output<String>? = null

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 AWS account and any Amazon QuickSight-supported AWS Region . Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder. Either a SourceEntity or a Definition must be provided in order for the request to be valid.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Link copied to clipboard
val templateId: Output<String>? = null

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

Link copied to clipboard

The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.

Link copied to clipboard
val versionDescription: Output<String>? = null

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
open override fun toJava(): TemplateArgs