Class EdgeCacheOriginAwsV4AuthenticationArgs.Builder

    • Method Detail

      • accessKeyId

        public EdgeCacheOriginAwsV4AuthenticationArgs.Builder accessKeyId​(com.pulumi.core.Output<java.lang.String> accessKeyId)
        Parameters:
        accessKeyId - The access key ID your origin uses to identify the key.
        Returns:
        builder
      • originRegion

        public EdgeCacheOriginAwsV4AuthenticationArgs.Builder originRegion​(com.pulumi.core.Output<java.lang.String> originRegion)
        Parameters:
        originRegion - The name of the AWS region that your origin is in.
        Returns:
        builder
      • secretAccessKeyVersion

        public EdgeCacheOriginAwsV4AuthenticationArgs.Builder secretAccessKeyVersion​(com.pulumi.core.Output<java.lang.String> secretAccessKeyVersion)
        Parameters:
        secretAccessKeyVersion - 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.
        Returns:
        builder
      • secretAccessKeyVersion

        public EdgeCacheOriginAwsV4AuthenticationArgs.Builder secretAccessKeyVersion​(java.lang.String secretAccessKeyVersion)
        Parameters:
        secretAccessKeyVersion - 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.
        Returns:
        builder