public sealed class AmazonS3Settings : IMessage<AmazonS3Settings>, IEquatable<AmazonS3Settings>, IDeepCloneable<AmazonS3Settings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AmazonS3Settings.
Amazon S3 settings.
Implements
IMessageAmazonS3Settings, IEquatableAmazonS3Settings, IDeepCloneableAmazonS3Settings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AmazonS3Settings()
public AmazonS3Settings()AmazonS3Settings(AmazonS3Settings)
public AmazonS3Settings(AmazonS3Settings other)| Parameter | |
|---|---|
| Name | Description |
other |
AmazonS3Settings |
Properties
Authentication
public S3Auth Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
S3Auth |
|
S3Uri
public string S3Uri { get; set; }S3 URI.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceDeletionOption
public SourceDeletionOption SourceDeletionOption { get; set; }Source deletion option.
| Property Value | |
|---|---|
| Type | Description |
SourceDeletionOption |
|
SourceType
public URISourceType SourceType { get; set; }The URI source type.
| Property Value | |
|---|---|
| Type | Description |
URISourceType |
|