EdgeCacheOriginAwsV4AuthenticationArgs

data class EdgeCacheOriginAwsV4AuthenticationArgs(val accessKeyId: Output<String>, val originRegion: Output<String>, val secretAccessKeyVersion: Output<String>) : ConvertibleToJava<EdgeCacheOriginAwsV4AuthenticationArgs>

Constructors

Link copied to clipboard
constructor(accessKeyId: Output<String>, originRegion: Output<String>, secretAccessKeyVersion: Output<String>)

Properties

Link copied to clipboard
val accessKeyId: Output<String>

The access key ID your origin uses to identify the key.

Link copied to clipboard
val originRegion: Output<String>

The name of the AWS region that your origin is in.

Link copied to clipboard

The Secret Manager secret version of the secret access key used by your origin. This is the resource name of the secret version in the format projects/*/secrets/*/versions/* where the * values are replaced by the project, secret, and version you require. //*/

Functions

Link copied to clipboard
open override fun toJava(): EdgeCacheOriginAwsV4AuthenticationArgs