Setting - AWS Wickr

Setting

Represents a single network-level configuration setting with its name, value, and data type. Settings control network-wide behaviors and features.

Contents

Note

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

optionName

The name of the network setting (e.g., 'enableClientMetrics', 'dataRetention').

Type: String

Pattern: [\S\s]*

Required: Yes

type

The data type of the setting value (e.g., 'boolean', 'string', 'number').

Type: String

Pattern: [\S\s]*

Required: Yes

value

The current value of the setting as a string. Boolean values are represented as 'true' or 'false'.

Type: String

Pattern: [\S\s]*

Required: Yes

See Also

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