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.

A specification identifying an individual configuration option along with its current value. For a list of possible namespaces and option values, see Option Values in the AWS Elastic Beanstalk Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting

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

Syntax

C#
public class ConfigurationOptionSetting

The ConfigurationOptionSetting type exposes the following members

Constructors

NameDescription
Public Method ConfigurationOptionSetting()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method ConfigurationOptionSetting(string, string, string)

Instantiates ConfigurationOptionSetting with the parameterized properties

Properties

NameTypeDescription
Public Property Namespace System.String

Gets and sets the property Namespace.

A unique namespace that identifies the option's associated AWS resource.

Public Property OptionName System.String

Gets and sets the property OptionName.

The name of the configuration option.

Public Property ResourceName System.String

Gets and sets the property ResourceName.

A unique resource name for the option setting. Use it for a time–based scaling configuration option.

Public Property Value System.String

Gets and sets the property Value.

The current value for the configuration option.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5