Interface CfnAnalysisProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisProps.Jsii$Proxy
CfnAnalysis.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsstatic final classAn implementation forCfnAnalysisProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnAnalysisProps.Builderbuilder()The ID for the analysis that you're creating.The ID of the AWS account where you are creating an analysis.default ObjectReturns union: eitherIResolvableorCfnAnalysis.AnalysisDefinitionPropertydefault ObjectErrors associated with the analysis.getName()A descriptive name for the analysis that you're creating.default ObjectThe parameter names and override values that you want to use.default ObjectA structure that describes the principals and the resource-level permissions on an analysis.default ObjectA list of the associated sheets with the unique identifier and name of each sheet.default ObjectA source entity to use for the analysis that you're creating.default StringStatus associated with the analysis.getTags()Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.default StringThe ARN for the theme to apply to the analysis that you're creating.default ObjectThe option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnalysisId
The ID for the analysis that you're creating.This ID displays in the URL of the analysis.
- See Also:
-
getAwsAccountId
The ID of the AWS account where you are creating an analysis.- See Also:
-
getName
A descriptive name for the analysis that you're creating.This name displays for the analysis in the Amazon Quick Sight console.
- See Also:
-
getDefinition
Returns union: eitherIResolvableorCfnAnalysis.AnalysisDefinitionProperty- See Also:
-
getErrors
Errors associated with the analysis.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.AnalysisErrorProperty>- See Also:
-
getFolderArns
- See Also:
-
getParameters
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.
Returns union: either
IResolvableorCfnAnalysis.ParametersProperty- See Also:
-
getPermissions
A structure that describes the principals and the resource-level permissions on an analysis.You can use the
Permissionsstructure 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ResourcePermissionProperty>- See Also:
-
getSheets
A list of the associated sheets with the unique identifier and name of each sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetProperty>- See Also:
-
getSourceEntity
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
SourceEntityor aDefinitionmust be provided in order for the request to be valid.Returns union: either
IResolvableorCfnAnalysis.AnalysisSourceEntityProperty- See Also:
-
getStatus
Status associated with the analysis.- See Also:
-
getTags
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.- See Also:
-
getThemeArn
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.
- See Also:
-
getValidationStrategy
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.Returns union: either
IResolvableorCfnAnalysis.ValidationStrategyProperty- See Also:
-
builder
- Returns:
- a
CfnAnalysisProps.BuilderofCfnAnalysisProps
-