Hi @shravya , Thank you for the response.
I am trying to update analysis using exported json file of template.
I am using below command for this:
aws quicksight update-analysis
–aws-account-id ACCOUNTID
–analysis-id ANALYSISID
–name “Test_Dashbaord”
–cli-input-json file://template.json
but I am getting errors as,
Parameter validation failed:
Unknown parameter in input: “CreatedTime”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “VersionNumber”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “Status”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “DataSetConfigurations”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “SourceEntityArn”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
Unknown parameter in input: “Sheets”, must be one of: AwsAccountId, AnalysisId, Name, Parameters, SourceEntity, ThemeArn, Definition, ValidationStrategy
It would be helpful if you provide any info regarding this, or update analysis using json file of templates.
Thank you!