Chronicle v1 API - Class AmazonSQSSettings (1.1.0)

public sealed class AmazonSQSSettings : IMessage<AmazonSQSSettings>, IEquatable<AmazonSQSSettings>, IDeepCloneable<AmazonSQSSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class AmazonSQSSettings.

Amazon SQS settings.

Inheritance

object > AmazonSQSSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

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