GetBackendServiceSecuritySettingAwsV4Authentication

data class GetBackendServiceSecuritySettingAwsV4Authentication(val accessKey: String, val accessKeyId: String, val accessKeyVersion: String, val originRegion: String)

Constructors

constructor(accessKey: String, accessKeyId: String, accessKeyVersion: String, originRegion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The identifier of an access key used for s3 bucket authentication.

Link copied to clipboard

The optional version identifier for the access key. You can use this to keep track of different iterations of your access key.

Link copied to clipboard

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.