Chronicle v1 API - Class S3V2AwsIamRoleAuth (1.1.0)

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

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

AWS IAM Role Auth for S3 V2.

Inheritance

object > S3V2AwsIamRoleAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

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