Show / Hide Table of Contents

Class CfnThemePropsMixin.ThemeValueProperty

The ThemeValue property specifies the configuration of a theme's properties.

Inheritance
object
CfnThemePropsMixin.ThemeValueProperty
Implements
CfnThemePropsMixin.IThemeValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AmplifyUIBuilder.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnThemePropsMixin.ThemeValueProperty : CfnThemePropsMixin.IThemeValueProperty
Syntax (vb)
Public Class CfnThemePropsMixin.ThemeValueProperty Implements CfnThemePropsMixin.IThemeValueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.AmplifyUIBuilder.Mixins;

             ThemeValueProperty themeValueProperty_;

             var themeValueProperty = new ThemeValueProperty {
                 Children = new [] { new ThemeValuesProperty {
                     Key = "key",
                     Value = themeValueProperty_
                 } },
                 Value = "value"
             };

Synopsis

Constructors

ThemeValueProperty()

The ThemeValue property specifies the configuration of a theme's properties.

Properties

Children

A list of key-value pairs that define the theme's properties.

Value

The value of a theme property.

Constructors

ThemeValueProperty()

The ThemeValue property specifies the configuration of a theme's properties.

public ThemeValueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.AmplifyUIBuilder.Mixins;

             ThemeValueProperty themeValueProperty_;

             var themeValueProperty = new ThemeValueProperty {
                 Children = new [] { new ThemeValuesProperty {
                     Key = "key",
                     Value = themeValueProperty_
                 } },
                 Value = "value"
             };

Properties

Children

A list of key-value pairs that define the theme's properties.

public object? Children { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.html#cfn-amplifyuibuilder-theme-themevalue-children

Type union: either IResolvable or (either IResolvable or CfnThemePropsMixin.IThemeValuesProperty)[]

Value

The value of a theme property.

public string? Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.html#cfn-amplifyuibuilder-theme-themevalue-value

Implements

CfnThemePropsMixin.IThemeValueProperty
Back to top Generated by DocFX