AnalysisArgs

data class AnalysisArgs(val analysisId: Output<String>? = null, val awsAccountId: Output<String>? = null, val definition: Output<AnalysisDefinitionArgs>? = null, val name: Output<String>? = null, val parameters: Output<AnalysisParametersArgs>? = null, val permissions: Output<List<AnalysisResourcePermissionArgs>>? = null, val sourceEntity: Output<AnalysisSourceEntityArgs>? = null, val status: Output<AnalysisResourceStatus>? = null, val tags: Output<List<AnalysisTagArgs>>? = null, val themeArn: Output<String>? = null, val validationStrategy: Output<AnalysisValidationStrategyArgs>? = null) : ConvertibleToJava<AnalysisArgs>

Definition of the AWS::QuickSight::Analysis Resource Type.

Constructors

Link copied to clipboard
fun AnalysisArgs(analysisId: Output<String>? = null, awsAccountId: Output<String>? = null, definition: Output<AnalysisDefinitionArgs>? = null, name: Output<String>? = null, parameters: Output<AnalysisParametersArgs>? = null, permissions: Output<List<AnalysisResourcePermissionArgs>>? = null, sourceEntity: Output<AnalysisSourceEntityArgs>? = null, status: Output<AnalysisResourceStatus>? = null, tags: Output<List<AnalysisTagArgs>>? = null, themeArn: Output<String>? = null, validationStrategy: Output<AnalysisValidationStrategyArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AnalysisArgs

Properties

Link copied to clipboard
val analysisId: Output<String>? = null
Link copied to clipboard
val awsAccountId: Output<String>? = null
Link copied to clipboard
val definition: Output<AnalysisDefinitionArgs>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val parameters: Output<AnalysisParametersArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<AnalysisResourceStatus>? = null
Link copied to clipboard
val tags: Output<List<AnalysisTagArgs>>? = null
Link copied to clipboard
val themeArn: Output<String>? = null
Link copied to clipboard