public sealed class S3V2AwsIamRoleAuth : IMessage<S3V2AwsIamRoleAuth>, IEquatable<S3V2AwsIamRoleAuth>, IDeepCloneable<S3V2AwsIamRoleAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class S3V2AwsIamRoleAuth.
AWS IAM Role Auth for S3 V2.
Implements
IMessageS3V2AwsIamRoleAuth, IEquatableS3V2AwsIamRoleAuth, IDeepCloneableS3V2AwsIamRoleAuth, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
S3V2AwsIamRoleAuth()
public S3V2AwsIamRoleAuth()S3V2AwsIamRoleAuth(S3V2AwsIamRoleAuth)
public S3V2AwsIamRoleAuth(S3V2AwsIamRoleAuth other)| Parameter | |
|---|---|
| Name | Description |
other |
S3V2AwsIamRoleAuth |
Properties
AwsIamRoleArn
public string AwsIamRoleArn { get; set; }AWS IAM Role for Identity Federation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SubjectId
public string SubjectId { get; set; }Subject ID to use for S3.
| Property Value | |
|---|---|
| Type | Description |
string |
|