interface TemplateVersionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TemplateVersionProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TemplateVersionProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.TemplateVersionProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » TemplateVersionProperty |
A version of a template.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const templateVersionProperty: quicksight.CfnTemplate.TemplateVersionProperty = {
createdTime: 'createdTime',
dataSetConfigurations: [{
columnGroupSchemaList: [{
columnGroupColumnSchemaList: [{
name: 'name',
}],
name: 'name',
}],
dataSetSchema: {
columnSchemaList: [{
dataType: 'dataType',
geographicRole: 'geographicRole',
name: 'name',
}],
},
placeholder: 'placeholder',
}],
description: 'description',
errors: [{
message: 'message',
type: 'type',
violatedEntities: [{
path: 'path',
}],
}],
sheets: [{
name: 'name',
sheetId: 'sheetId',
}],
sourceEntityArn: 'sourceEntityArn',
status: 'status',
themeArn: 'themeArn',
versionNumber: 123,
};
Properties
Name | Type | Description |
---|---|---|
created | string | The time that this template version was created. |
data | IResolvable | IResolvable | Data [] | Schema of the dataset identified by the placeholder. |
description? | string | The description of the template. |
errors? | IResolvable | IResolvable | Template [] | Errors associated with this template version. |
sheets? | IResolvable | IResolvable | Sheet [] | A list of the associated sheets with the unique identifier and name of each sheet. |
source | string | The Amazon Resource Name (ARN) of an analysis or template that was used to create this template. |
status? | string | The status that is associated with the template. |
theme | string | The ARN of the theme associated with this version of the template. |
version | number | The version number of the template version. |
createdTime?
Type:
string
(optional)
The time that this template version was created.
dataSetConfigurations?
Type:
IResolvable
|
IResolvable
|
Data
[]
(optional)
Schema of the dataset identified by the placeholder.
Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.
description?
Type:
string
(optional)
The description of the template.
errors?
Type:
IResolvable
|
IResolvable
|
Template
[]
(optional)
Errors associated with this template version.
sheets?
Type:
IResolvable
|
IResolvable
|
Sheet
[]
(optional)
A list of the associated sheets with the unique identifier and name of each sheet.
sourceEntityArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
status?
Type:
string
(optional)
The status that is associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
themeArn?
Type:
string
(optional)
The ARN of the theme associated with this version of the template.
versionNumber?
Type:
number
(optional)
The version number of the template version.