get Theme
Data source for managing an AWS QuickSight Theme.
Example Usage
Basic Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.quicksight.QuicksightFunctions;
import com.pulumi.aws.quicksight.inputs.GetThemeArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = QuicksightFunctions.getTheme(GetThemeArgs.builder()
.themeId("example")
.build());
}
}
Content copied to clipboard
Return
A collection of values returned by getTheme.
Parameters
argument
A collection of arguments for invoking getTheme.
suspend fun getTheme(awsAccountId: String? = null, tags: Map<String, String>? = null, themeId: String): GetThemeResult
Return
A collection of values returned by getTheme.
See also
Parameters
aws Account Id
AWS account ID.
tags
A map of tags assigned to the resource, including those inherited from the provider default_tags
configuration block.
theme Id
Identifier of the theme. The following arguments are optional:
Return
A collection of values returned by getTheme.
See also
Parameters
argument
Builder for com.pulumi.aws.quicksight.kotlin.inputs.GetThemePlainArgs.