Builder
Properties
The ID of the Amazon Web Services account that contains the template that you're updating.
The definition of a template.
The entity that you are using as a source when you update 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;.
The ID for the template.
The option to relax the validation needed to update a template with definition objects. This skips the validation step for specific errors.
A description of the current template version that is being updated. Every time you call UpdateTemplate
, you create a new version of the template. Each version of the template maintains a description of the version in the VersionDescription
field.
Functions
construct an aws.sdk.kotlin.services.quicksight.model.TemplateVersionDefinition inside the given block
construct an aws.sdk.kotlin.services.quicksight.model.TemplateSourceEntity inside the given block
construct an aws.sdk.kotlin.services.quicksight.model.ValidationStrategy inside the given block