ConfigurationObject - AWS Glue

ConfigurationObject

Specifies the values that an admin sets for each job or session parameter configured in a AWS Glue usage profile.

Contents

AllowedValues

A list of allowed values for the parameter.

Type: Array of strings

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_.-]+

Required: No

DefaultValue

A default value for the parameter.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_.-]+

Required: No

MaxValue

A maximum allowed value for the parameter.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_.-]+

Required: No

MinValue

A minimum allowed value for the parameter.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_.-]+

Required: No

See Also

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