AWS::QBusiness::DataSource DocumentAttributeValue - AWS CloudFormation

AWS::QBusiness::DataSource DocumentAttributeValue

The value of a document attribute. You can only provide one value for a document attribute.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "DateValue" : String, "LongValue" : Number, "StringListValue" : [ String, ... ], "StringValue" : String }

YAML

DateValue: String LongValue: Number StringListValue: - String StringValue: String

Properties

DateValue

A date expressed as an ISO 8601 string.

It's important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.

Required: No

Type: String

Update requires: No interruption

LongValue

A long integer value.

Required: No

Type: Number

Update requires: No interruption

StringListValue

A list of strings.

Required: No

Type: Array of String

Minimum: 1

Maximum: 2048

Update requires: No interruption

StringValue

A string.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption