AWS Native v0.63.0, May 25 23
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:
- App
Id string - Environment
Name string - Id string
- App
Id string - Environment
Name string - Id string
- app
Id String - environment
Name String - id String
- app
Id string - environment
Name string - id string
- app_
id str - environment_
name str - id str
- app
Id String - environment
Name String - id String
getTheme Result
The following output properties are available:
- App
Id string - Environment
Name string - Id string
- Name string
- Overrides
[]Theme
Values - Values
[]Theme
Values
- app
Id String - environment
Name String - id String
- name String
- overrides
List<Theme
Values> - values
List<Theme
Values>
- app
Id string - environment
Name string - id string
- name string
- overrides
Theme
Values[] - values
Theme
Values[]
- app
Id String - environment
Name String - id String
- name String
- overrides List<Property Map>
- values List<Property Map>
Supporting Types
ThemeValue
- Children
[]Theme
Values - Value string
- children
List<Theme
Values> - value String
- children
Theme
Values[] - value string
- children List<Property Map>
- value String
ThemeValues
- Key string
- Value
Theme
Value
- key String
- value
Theme
Value
- key string
- value
Theme
Value
- key str
- value
Theme
Value
- key String
- value Property Map
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0