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.
Configuration for accessing Amazon SQS service
Namespace: Amazon.SQS
Assembly: AWSSDK.SQS.dll
Version: 3.x.y.z
public class AmazonSQSConfig : ClientConfig IClientConfig
The AmazonSQSConfig type exposes the following members
| Name | Description | |
|---|---|---|
|
AmazonSQSConfig() |
Default constructor |
| Name | Type | Description | |
|---|---|---|---|
|
AccountIdEndpointMode | Amazon.Runtime.AccountIdEndpointMode | Inherited from Amazon.Runtime.ClientConfig. |
|
AllowAutoRedirect | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
AuthenticationRegion | System.String | Inherited from Amazon.Runtime.ClientConfig. |
|
AuthenticationServiceName | System.String | Inherited from Amazon.Runtime.ClientConfig. |
|
AuthSchemePreference | System.Collections.Generic.List<System.String> | Inherited from Amazon.Runtime.ClientConfig. |
|
AWSTokenProvider | Amazon.Runtime.IAWSTokenProvider | Inherited from Amazon.Runtime.ClientConfig. |
|
BufferSize | System.Int32 | Inherited from Amazon.Runtime.ClientConfig. |
|
ClientAppId | System.String | Inherited from Amazon.Runtime.ClientConfig. |
|
ConnectionLimit | System.Int32 | Inherited from Amazon.Runtime.ClientConfig. |
|
DefaultAWSCredentials | Amazon.Runtime.AWSCredentials | Inherited from Amazon.Runtime.ClientConfig. |
|
DefaultConfigurationMode | Amazon.Runtime.DefaultConfigurationMode | Inherited from Amazon.Runtime.ClientConfig. |
|
DisableHostPrefixInjection | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
DisableLogging | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
DisableRequestCompression | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
EndpointDiscoveryCacheLimit | System.Int32 | Inherited from Amazon.Runtime.ClientConfig. |
|
EndpointDiscoveryEnabled | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
EndpointProvider | Amazon.Runtime.Endpoints.IEndpointProvider | Inherited from Amazon.Runtime.ClientConfig. |
|
FastFailRequests | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
IdentityResolverConfiguration | Amazon.Runtime.Identity.IIdentityResolverConfiguration | Inherited from Amazon.Runtime.ClientConfig. |
|
IgnoreConfiguredEndpointUrls | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
IsMaxErrorRetrySet | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
LogMetrics | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
LogResponse | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
MaxErrorRetry | System.Int32 | Inherited from Amazon.Runtime.ClientConfig. |
|
MaxIdleTime | System.Int32 | Inherited from Amazon.Runtime.ClientConfig. |
|
MaxStaleConnectionRetries | System.Int32 | Inherited from Amazon.Runtime.ClientConfig. |
|
Profile | Amazon.Profile | Inherited from Amazon.Runtime.ClientConfig. |
|
ProgressUpdateInterval | System.Int64 | Inherited from Amazon.Runtime.ClientConfig. |
|
ProxyBypassList | System.Collections.Generic.List<System.String> | Inherited from Amazon.Runtime.ClientConfig. |
|
ProxyBypassOnLocal | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
ProxyCredentials | System.Net.ICredentials | Inherited from Amazon.Runtime.ClientConfig. |
|
ProxyHost | System.String | Inherited from Amazon.Runtime.ClientConfig. |
|
ProxyPort | System.Int32 | Inherited from Amazon.Runtime.ClientConfig. |
|
ReadWriteTimeout | System.Nullable<System.TimeSpan> | Inherited from Amazon.Runtime.ClientConfig. |
|
RegionEndpoint | Amazon.RegionEndpoint | Inherited from Amazon.Runtime.ClientConfig. |
|
RegionEndpointServiceName | System.String |
The constant used to lookup in the region hash the endpoint. |
|
RequestChecksumCalculation | Amazon.Runtime.RequestChecksumCalculation | Inherited from Amazon.Runtime.ClientConfig. |
|
RequestMinCompressionSizeBytes | System.Int64 | Inherited from Amazon.Runtime.ClientConfig. |
|
ResignRetries | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
ResponseChecksumValidation | Amazon.Runtime.ResponseChecksumValidation | Inherited from Amazon.Runtime.ClientConfig. |
|
RetryMode | Amazon.Runtime.RequestRetryMode | Inherited from Amazon.Runtime.ClientConfig. |
|
ServiceId | System.String |
The ServiceId, which is the unique identifier for a service. |
|
ServiceId | System.String | Inherited from Amazon.Runtime.ClientConfig. |
|
ServiceURL | System.String | Inherited from Amazon.Runtime.ClientConfig. |
|
ServiceVersion | System.String |
Gets the ServiceVersion property. |
|
SignatureMethod | Amazon.Runtime.SigningAlgorithm | Inherited from Amazon.Runtime.ClientConfig. |
|
SigV4aSigningRegionSet | System.Collections.Generic.List<System.String> | Inherited from Amazon.Runtime.ClientConfig. |
|
TcpKeepAlive | Amazon.Runtime.TcpKeepAlive | Inherited from Amazon.Runtime.ClientConfig. |
|
TelemetryProvider | Amazon.Runtime.Telemetry.TelemetryProvider | Inherited from Amazon.Runtime.ClientConfig. |
|
ThrottleRetries | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
Timeout | System.Nullable<System.TimeSpan> | Inherited from Amazon.Runtime.ClientConfig. |
|
UseAlternateUserAgentHeader | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
UseDualstackEndpoint | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
UseFIPSEndpoint | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
UseHttp | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
UseNagleAlgorithm | System.Boolean | Inherited from Amazon.Runtime.ClientConfig. |
|
UserAgent | System.String |
Gets the value of UserAgent property. |
| Name | Description | |
|---|---|---|
|
DetermineServiceOperationEndpoint(ServiceOperationEndpointParameters) |
Returns the endpoint that will be used for a particular request. |
|
GetHttpProxy() | Inherited from Amazon.Runtime.ClientConfig. |
|
GetHttpsProxy() | Inherited from Amazon.Runtime.ClientConfig. |
|
GetWebProxy() | Inherited from Amazon.Runtime.ClientConfig. |
|
SetUseNagleIfAvailable(bool) | Inherited from Amazon.Runtime.ClientConfig. |
|
SetWebProxy(WebProxy) | Inherited from Amazon.Runtime.ClientConfig. |
|
Validate() | Inherited from Amazon.Runtime.ClientConfig. |
Explore code examples in the AWS SDK Code Examples Code Library.
Publish Amazon SNS messages to Amazon SQS queues using an AWS SDK
Use the AWS Message Processing Framework for .NET to publish and receive Amazon SQS messages
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer