View a markdown version of this page

VisualMessageConfiguration - Amazon Quick

VisualMessageConfiguration

The configuration for a customizable message displayed on a visual. Supports parameter substitution in text fields.

Contents

Note

In the following list, the required parameters are described first.

Description

The description text of the message that is displayed on the visual.

Type: String

Length Constraints: Maximum length of 120.

Pattern: \A[\p{L}\p{M}\p{N}\s.,/\\:_()\[\]<>$!?'"#@%+&|^\-]*\z

Required: No

DescriptionVisibility

Specifies whether the description of the message is displayed.

Type: String

Valid Values: HIDDEN | VISIBLE

Required: No

Enabled

Specifies whether the custom message is displayed on the visual. When set to true, the custom message appears in place of the default message. When set to false or omitted, the default message is displayed.

Type: Boolean

Required: No

LinkText

The display text of the hyperlink that is shown in the message.

Type: String

Length Constraints: Maximum length of 120.

Pattern: \A[\p{L}\p{M}\p{N}\s.,/\\:_()\[\]<>$!?'"#@%+&|^\-]*\z

Required: No

LinkUrl

The destination URL of the hyperlink that is shown in the message. Only valid http, https, and mailto URLs are supported.

Type: String

Length Constraints: Maximum length of 120.

Pattern: (?i)\A(?:(?:https?://|mailto:)\S*<<\$.+?>>\S*|https?://[a-z\d.-]+\.[a-z]{2,63}(?::\d+)?(?:[/?#][^\s]*)?|mailto:[^\s@]+@[a-z\d.-]+\.[a-z]{2,63})\z

Required: No

LinkVisibility

Specifies whether the hyperlink in the message is displayed.

Type: String

Valid Values: HIDDEN | VISIBLE

Required: No

Title

The title text of the message that is displayed on the visual.

Type: String

Length Constraints: Maximum length of 120.

Pattern: \A[\p{L}\p{M}\p{N}\s.,/\\:_()\[\]<>$!?'"#@%+&|^\-]*\z

Required: No

TitleVisibility

Specifies whether the title of the message is displayed.

Type: String

Valid Values: HIDDEN | VISIBLE

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: