Class: Google::Cloud::Compute::V1::AWSV4Signature
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AWSV4Signature
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
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'.
Instance Attribute Summary collapse
-
#access_key ⇒ ::String
The access key used for s3 bucket authentication.
-
#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.
-
#origin_region ⇒ ::String
The name of the cloud region of your origin.
Instance Attribute Details
#access_key ⇒ ::String
Returns 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.
39 40 41 42 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39 class AWSV4Signature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#access_key_id ⇒ ::String
Returns The identifier of an access key used for s3 bucket authentication.
39 40 41 42 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39 class AWSV4Signature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#access_key_version ⇒ ::String
Returns The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.
39 40 41 42 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39 class AWSV4Signature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#origin_region ⇒ ::String
Returns 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.
39 40 41 42 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 39 class AWSV4Signature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |