Class: Aws::QuickSight::Types::CreateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that the group is in.
-
#definition ⇒ Types::TemplateVersionDefinition
The definition of a template.
-
#name ⇒ String
A display name for the template.
-
#permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be set on the template.
-
#source_entity ⇒ Types::TemplateSourceEntity
The entity that you are using as a source when you create the template.
-
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
-
#template_id ⇒ String
An ID for the template that you want to create.
-
#validation_strategy ⇒ Types::ValidationStrategy
TThe option to relax the validation needed to create a template with definition objects.
-
#version_description ⇒ String
A description of the current template version being created.
Instance Attribute Details
#aws_account_id ⇒ String
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.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::TemplateVersionDefinition
The definition of a template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
Either a ‘SourceEntity` or a `Definition` must be provided in order for the request to be valid.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A display name for the template.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::ResourcePermission>
A list of resource permissions to be set on the template.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#source_entity ⇒ Types::TemplateSourceEntity
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.
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.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
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.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#validation_strategy ⇒ Types::ValidationStrategy
TThe option to relax the validation needed to create a template with definition objects. This skips the validation step for specific errors.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#version_description ⇒ String
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.
7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7031 class CreateTemplateRequest < Struct.new( :aws_account_id, :template_id, :name, :permissions, :source_entity, :tags, :version_description, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |