interface CfnAnalysisProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysisProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysisProps |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysisProps |
Python | aws_cdk.aws_quicksight.CfnAnalysisProps |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysisProps |
Properties for defining a CfnAnalysis
.
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. |
name | string | A descriptive name for the analysis that you're creating. |
definition? | IResolvable | Analysis | |
errors? | IResolvable | IResolvable | Analysis [] | Errors associated with the analysis. |
folder | string[] | |
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
The ID for the analysis that you're creating.
This ID displays in the URL of the analysis.
awsAccountId
Type:
string
The ID of the AWS account where you are creating an analysis.
name
Type:
string
A descriptive name for the analysis that you're creating.
This name displays for the analysis in the Amazon QuickSight console.
definition?
Type:
IResolvable
|
Analysis
(optional)
errors?
Type:
IResolvable
|
IResolvable
|
Analysis
[]
(optional)
Errors associated with the analysis.
folderArns?
Type:
string[]
(optional)
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 QuickSight 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.