Interface NetworkServicesEdgeCacheOriginAwsV4Authentication
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkServicesEdgeCacheOriginAwsV4Authentication.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.112Z") @Stability(Stable) public interface NetworkServicesEdgeCacheOriginAwsV4Authentication extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkServicesEdgeCacheOriginAwsV4Authentication.BuilderA builder forNetworkServicesEdgeCacheOriginAwsV4Authenticationstatic classNetworkServicesEdgeCacheOriginAwsV4Authentication.Jsii$ProxyAn implementation forNetworkServicesEdgeCacheOriginAwsV4Authentication
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkServicesEdgeCacheOriginAwsV4Authentication.Builderbuilder()StringgetAccessKeyId()The access key ID your origin uses to identify the key.StringgetOriginRegion()The name of the AWS region that your origin is in.StringgetSecretAccessKeyVersion()The Secret Manager secret version of the secret access key used by your origin.
-
-
-
Method Detail
-
getAccessKeyId
@Stability(Stable) @NotNull String getAccessKeyId()
The access key ID your origin uses to identify the key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_origin#access_key_id NetworkServicesEdgeCacheOrigin#access_key_id}
-
getOriginRegion
@Stability(Stable) @NotNull String getOriginRegion()
The name of the AWS region that your origin is in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_origin#origin_region NetworkServicesEdgeCacheOrigin#origin_region}
-
getSecretAccessKeyVersion
@Stability(Stable) @NotNull String getSecretAccessKeyVersion()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_origin#secret_access_key_version NetworkServicesEdgeCacheOrigin#secret_access_key_version} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static NetworkServicesEdgeCacheOriginAwsV4Authentication.Builder builder()
-
-