aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.amplifyuibuilder.getTheme

Explore with Pulumi AI

Definition of AWS::AmplifyUIBuilder::Theme Resource Type

Using getTheme

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getTheme(args: GetThemeArgs, opts?: InvokeOptions): Promise<GetThemeResult>
function getThemeOutput(args: GetThemeOutputArgs, opts?: InvokeOptions): Output<GetThemeResult>
def get_theme(app_id: Optional[str] = None,
              environment_name: Optional[str] = None,
              id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetThemeResult
def get_theme_output(app_id: Optional[pulumi.Input[str]] = None,
              environment_name: Optional[pulumi.Input[str]] = None,
              id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetThemeResult]
func LookupTheme(ctx *Context, args *LookupThemeArgs, opts ...InvokeOption) (*LookupThemeResult, error)
func LookupThemeOutput(ctx *Context, args *LookupThemeOutputArgs, opts ...InvokeOption) LookupThemeResultOutput

> Note: This function is named LookupTheme in the Go SDK.

public static class GetTheme 
{
    public static Task<GetThemeResult> InvokeAsync(GetThemeArgs args, InvokeOptions? opts = null)
    public static Output<GetThemeResult> Invoke(GetThemeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetThemeResult> getTheme(GetThemeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:amplifyuibuilder:getTheme
  arguments:
    # arguments dictionary

The following arguments are supported:

AppId string
EnvironmentName string
Id string
AppId string
EnvironmentName string
Id string
appId String
environmentName String
id String
appId string
environmentName string
id string
appId String
environmentName String
id String

getTheme Result

The following output properties are available:

Supporting Types

ThemeValue

ThemeValues

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0