View a markdown version of this page

AttributeValue - Amazon AppConfig
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AttributeValue

A value for a feature flag attribute. Only one of the members can be set.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

BooleanValue

A Boolean value for the attribute.

Type: Boolean

Required: No

NumberArray

An array of numeric values for the attribute.

Type: Array of doubles

Array Members: Minimum number of 0 items. Maximum number of 25 items.

Required: No

NumberValue

A numeric value for the attribute.

Type: Double

Required: No

StringArray

An array of string values for the attribute.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 25 items.

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: No

StringValue

A string value for the attribute.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: No

See Also

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