Interface NetworkServicesEdgeCacheKeysetValidationSharedKeys
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkServicesEdgeCacheKeysetValidationSharedKeys.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.109Z") @Stability(Stable) public interface NetworkServicesEdgeCacheKeysetValidationSharedKeys extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkServicesEdgeCacheKeysetValidationSharedKeys.BuilderA builder forNetworkServicesEdgeCacheKeysetValidationSharedKeysstatic classNetworkServicesEdgeCacheKeysetValidationSharedKeys.Jsii$ProxyAn implementation forNetworkServicesEdgeCacheKeysetValidationSharedKeys
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builderbuilder()StringgetSecretVersion()The name of the secret version in Secret Manager.
-
-
-
Method Detail
-
getSecretVersion
@Stability(Stable) @NotNull String getSecretVersion()
The name of the secret version in Secret Manager.The resource name of the secret version must be in the format 'projects/* /secrets/* /versions/*' where the '*' values are replaced by the secrets themselves. The secrets must be at least 16 bytes large. The recommended secret size depends on the signature algorithm you are using. * If you are using HMAC-SHA1, we suggest 20-byte secrets. * If you are using HMAC-SHA256, we suggest 32-byte secrets. See RFC 2104, Section 3 for more details on these recommendations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#secret_version NetworkServicesEdgeCacheKeyset#secret_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 NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder builder()
-
-