getTheme

suspend fun getTheme(argument: GetThemePlainArgs): GetThemeResult

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

Return

null

Parameters

argument

null


suspend fun getTheme(awsAccountId: String, themeId: String): GetThemeResult

Return

null

Parameters

awsAccountId

The ID of the AWS account where you want to store the new theme.

themeId

An ID for the theme that you want to create. The theme ID is unique per AWS Region in each AWS account.

See also


suspend fun getTheme(argument: suspend GetThemePlainArgsBuilder.() -> Unit): GetThemeResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.quicksight.kotlin.inputs.GetThemePlainArgs.

See also