Edge Cache Origin Aws V4Authentication Args
data class EdgeCacheOriginAwsV4AuthenticationArgs(val accessKeyId: Output<String>, val originRegion: Output<String>, val secretAccessKeyVersion: Output<String>) : ConvertibleToJava<EdgeCacheOriginAwsV4AuthenticationArgs>
Properties
Link copied to clipboard
The access key ID your origin uses to identify the key.
Link copied to clipboard
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. //*/