Show / Hide Table of Contents

Class CfnWorkspace.PalettePrimaryProperty

Contains primary color configuration for a workspace theme.

Inheritance
object
CfnWorkspace.PalettePrimaryProperty
Implements
CfnWorkspace.IPalettePrimaryProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWorkspace.PalettePrimaryProperty : CfnWorkspace.IPalettePrimaryProperty
Syntax (vb)
Public Class CfnWorkspace.PalettePrimaryProperty Implements CfnWorkspace.IPalettePrimaryProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-paletteprimary.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.AWS.Connect;

             var palettePrimaryProperty = new PalettePrimaryProperty {
                 Active = "active",
                 ContrastText = "contrastText",
                 Default = "default"
             };

Synopsis

Constructors

PalettePrimaryProperty()

Contains primary color configuration for a workspace theme.

Properties

Active

The primary color used for active states.

ContrastText

The text color that contrasts with the primary color for readability.

Default

The default primary color used throughout the workspace.

Constructors

PalettePrimaryProperty()

Contains primary color configuration for a workspace theme.

public PalettePrimaryProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-paletteprimary.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.AWS.Connect;

             var palettePrimaryProperty = new PalettePrimaryProperty {
                 Active = "active",
                 ContrastText = "contrastText",
                 Default = "default"
             };

Properties

Active

The primary color used for active states.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-paletteprimary.html#cfn-connect-workspace-paletteprimary-active

ContrastText

The text color that contrasts with the primary color for readability.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-paletteprimary.html#cfn-connect-workspace-paletteprimary-contrasttext

Default

The default primary color used throughout the workspace.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-paletteprimary.html#cfn-connect-workspace-paletteprimary-default

Implements

CfnWorkspace.IPalettePrimaryProperty
Back to top Generated by DocFX