Class AWSV4Signature
Contains the configurations necessary to generate a signature for access to private storage buckets that support Signature Version 4 for authentication. The service name for generating the authentication header will always default to 's3'.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class AWSV4Signature : IDirectResponseSchema
Properties
AccessKey
The access key used for s3 bucket authentication. Required for updating or creating a backend that uses AWS v4 signature authentication, but will not be returned as part of the configuration when queried with a REST API GET request. @InputOnly
Declaration
[JsonProperty("accessKey")]
public virtual string AccessKey { get; set; }
Property Value
Type | Description |
---|---|
string |
AccessKeyId
The identifier of an access key used for s3 bucket authentication.
Declaration
[JsonProperty("accessKeyId")]
public virtual string AccessKeyId { get; set; }
Property Value
Type | Description |
---|---|
string |
AccessKeyVersion
The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.
Declaration
[JsonProperty("accessKeyVersion")]
public virtual string AccessKeyVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginRegion
The name of the cloud region of your origin. This is a free-form field with the name of the region your cloud uses to host your origin. For example, "us-east-1" for AWS or "us-ashburn-1" for OCI.
Declaration
[JsonProperty("originRegion")]
public virtual string OriginRegion { get; set; }
Property Value
Type | Description |
---|---|
string |