Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::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'.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_key
def access_key() -> ::String
Returns
- (::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=
def access_key=(value) -> ::String
Parameter
- value (::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
Returns
- (::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
def access_key_id() -> ::String
Returns
- (::String) — The identifier of an access key used for s3 bucket authentication.
#access_key_id=
def access_key_id=(value) -> ::String
Parameter
- value (::String) — The identifier of an access key used for s3 bucket authentication.
Returns
- (::String) — The identifier of an access key used for s3 bucket authentication.
#access_key_version
def access_key_version() -> ::String
Returns
- (::String) — The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.
#access_key_version=
def access_key_version=(value) -> ::String
Parameter
- value (::String) — The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.
Returns
- (::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
def origin_region() -> ::String
Returns
- (::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.
#origin_region=
def origin_region=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.