AWS Native v0.63.0, May 25 23
AWS Native v0.63.0, May 25 23
aws-native.amplifyuibuilder.Theme
Explore with Pulumi AI
Definition of AWS::AmplifyUIBuilder::Theme Resource Type
Create Theme Resource
new Theme(name: string, args: ThemeArgs, opts?: CustomResourceOptions);
@overload
def Theme(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_id: Optional[str] = None,
environment_name: Optional[str] = None,
name: Optional[str] = None,
overrides: Optional[Sequence[ThemeValuesArgs]] = None,
tags: Optional[ThemeTagsArgs] = None,
values: Optional[Sequence[ThemeValuesArgs]] = None)
@overload
def Theme(resource_name: str,
args: ThemeArgs,
opts: Optional[ResourceOptions] = None)
func NewTheme(ctx *Context, name string, args ThemeArgs, opts ...ResourceOption) (*Theme, error)
public Theme(string name, ThemeArgs args, CustomResourceOptions? opts = null)
type: aws-native:amplifyuibuilder:Theme
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ThemeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ThemeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ThemeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ThemeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ThemeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Theme Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Theme resource accepts the following input properties:
- Values
[]Theme
Values Args - App
Id string - Environment
Name string - Name string
- Overrides
[]Theme
Values Args - Theme
Tags Args
- values
Theme
Values Args[] - app
Id string - environment
Name string - name string
- overrides
Theme
Values Args[] - Theme
Tags Args
- values List<Property Map>
- app
Id String - environment
Name String - name String
- overrides List<Property Map>
- Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Theme resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
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