interface CfnAnalysisMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisMixinProps |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisMixinProps |
Properties for CfnAnalysisPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| analysis | string | The ID for the analysis that you're creating. |
| aws | string | The ID of the AWS account where you are creating an analysis. |
| definition? | IResolvable | Analysis | |
| errors? | IResolvable | (IResolvable | Analysis)[] | Errors associated with the analysis. |
| folder | string[] | |
| name? | string | A descriptive name for the analysis that you're creating. |
| parameters? | IResolvable | Parameters | The parameter names and override values that you want to use. |
| permissions? | IResolvable | (IResolvable | Resource)[] | A structure that describes the principals and the resource-level permissions on an analysis. |
| sheets? | IResolvable | (IResolvable | Sheet)[] | A list of the associated sheets with the unique identifier and name of each sheet. |
| source | IResolvable | Analysis | A source entity to use for the analysis that you're creating. |
| status? | string | Status associated with the analysis. |
| tags? | Cfn[] | Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis. |
| theme | string | The ARN for the theme to apply to the analysis that you're creating. |
| validation | IResolvable | Validation | The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. |
analysisId?
Type:
string
(optional)
The ID for the analysis that you're creating.
This ID displays in the URL of the analysis.
awsAccountId?
Type:
string
(optional)
The ID of the AWS account where you are creating an analysis.
definition?
Type:
IResolvable | Analysis
(optional)
errors?
Type:
IResolvable | (IResolvable | Analysis)[]
(optional)
Errors associated with the analysis.
folderArns?
Type:
string[]
(optional)
name?
Type:
string
(optional)
A descriptive name for the analysis that you're creating.
This name displays for the analysis in the Amazon Quick Sight console.
parameters?
Type:
IResolvable | Parameters
(optional)
The parameter names and override values that you want to use.
An analysis can have any parameter type, and some parameters might accept multiple values.
permissions?
Type:
IResolvable | (IResolvable | Resource)[]
(optional)
A structure that describes the principals and the resource-level permissions on an analysis.
You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).
To specify no permissions, omit Permissions .
sheets?
Type:
IResolvable | (IResolvable | Sheet)[]
(optional)
A list of the associated sheets with the unique identifier and name of each sheet.
sourceEntity?
Type:
IResolvable | Analysis
(optional)
A source entity to use for the analysis that you're creating.
This metadata structure contains details that describe a source template and one or more datasets.
Either a SourceEntity or a Definition must be provided in order for the request to be valid.
status?
Type:
string
(optional)
Status associated with the analysis.
tags?
Type:
Cfn[]
(optional)
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
themeArn?
Type:
string
(optional)
The ARN for the theme to apply to the analysis that you're creating.
To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
validationStrategy?
Type:
IResolvable | Validation
(optional)
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.

.NET
Go
Java
Python
TypeScript