Reference documentation and code samples for the Compute V1 Client class AWSV4Signature.
Messages 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'.
Generated from protobuf message google.cloud.compute.v1.AWSV4Signature
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ access_key
string
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
↳ access_key_id
string
The identifier of an access key used for s3 bucket authentication.
↳ access_key_version
string
The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.
↳ origin_region
string
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.
getAccessKey
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
string
hasAccessKey
clearAccessKey
setAccessKey
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
var
string
$this
getAccessKeyId
The identifier of an access key used for s3 bucket authentication.
string
hasAccessKeyId
clearAccessKeyId
setAccessKeyId
The identifier of an access key used for s3 bucket authentication.
var
string
$this
getAccessKeyVersion
The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.
string
hasAccessKeyVersion
clearAccessKeyVersion
setAccessKeyVersion
The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.
var
string
$this
getOriginRegion
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.
string
hasOriginRegion
clearOriginRegion
setOriginRegion
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.
var
string
$this