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.

Additional query string parameter for the connection. You can include up to 100 additional query string parameters per request. Each additional parameter counts towards the event payload size, which cannot exceed 64 KB.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchEvents.Model.ConnectionQueryStringParameter

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

Syntax

C#
public class ConnectionQueryStringParameter

The ConnectionQueryStringParameter type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IsValueSecret System.Boolean

Gets and sets the property IsValueSecret.

Specifies whether the value is secret.

Public Property Key System.String

Gets and sets the property Key.

The key for a query string parameter.

Public Property Value System.String

Gets and sets the property Value.

The value associated with the key for the query string parameter.

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