public sealed class AmazonSQSSettings : IMessage<AmazonSQSSettings>, IEquatable<AmazonSQSSettings>, IDeepCloneable<AmazonSQSSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AmazonSQSSettings.
Amazon SQS settings.
Implements
IMessageAmazonSQSSettings, IEquatableAmazonSQSSettings, IDeepCloneableAmazonSQSSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AmazonSQSSettings()
public AmazonSQSSettings()AmazonSQSSettings(AmazonSQSSettings)
public AmazonSQSSettings(AmazonSQSSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
AmazonSQSSettings |
Properties
AccountNumber
public string AccountNumber { get; set; }Account number of the owner of the queue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Authentication
public SQSAuth Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
SQSAuth |
|
Queue
public string Queue { get; set; }Name of the queue.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public S3Region Region { get; set; }S3 Region.
| Property Value | |
|---|---|
| Type | Description |
S3Region |
|
SourceDeletionOption
public SourceDeletionOption SourceDeletionOption { get; set; }Source deletion option.
| Property Value | |
|---|---|
| Type | Description |
SourceDeletionOption |
|