AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.ConfigurationObject

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class ConfigurationObject

The ConfigurationObject type exposes the following members

Constructors

NameDescription
Public Method ConfigurationObject()

Properties

NameTypeDescription
Public Property AllowedValues System.Collections.Generic.List<System.String>

Gets and sets the property AllowedValues.

A list of allowed values for the parameter.

Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

A default value for the parameter.

Public Property MaxValue System.String

Gets and sets the property MaxValue.

A maximum allowed value for the parameter.

Public Property MinValue System.String

Gets and sets the property MinValue.

A minimum allowed value for the parameter.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5