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 value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered in an extension when invoked. Parameter values are specified in an extension association. For more information about extensions, see Extending workflows in the AppConfig User Guide.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.Parameter

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

Syntax

C#
public class Parameter

The Parameter type exposes the following members

Constructors

NameDescription
Public Method Parameter()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

Information about the parameter.

Public Property Dynamic System.Boolean

Gets and sets the property Dynamic.

Indicates whether this parameter's value can be supplied at the extension's action point instead of during extension association. Dynamic parameters can't be marked Required.

Public Property Required System.Boolean

Gets and sets the property Required.

A parameter value must be specified in the extension association.

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