public sealed class SQSAuth : IMessage<SQSAuth>, IEquatable<SQSAuth>, IDeepCloneable<SQSAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class SQSAuth.
Amazon SQS auth.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
SQSAuth()
public SQSAuth()SQSAuth(SQSAuth)
public SQSAuth(SQSAuth other)| Parameter | |
|---|---|
| Name | Description |
other |
SQSAuth |
Properties
AdditionalS3AccessKeySecretAuth
public AdditionalS3AccessKeySecretAuth AdditionalS3AccessKeySecretAuth { get; set; }Authentication for the S3 bucket referred to by the items in the SQS queue. This is only required if it is different from the authentication for the queue.
| Property Value | |
|---|---|
| Type | Description |
AdditionalS3AccessKeySecretAuth |
|
SqsAccessKeySecretAuth
public SQSAccessKeySecretAuth SqsAccessKeySecretAuth { get; set; }SQS access key secret auth.
| Property Value | |
|---|---|
| Type | Description |
SQSAccessKeySecretAuth |
|