Class NetworkServicesEdgeCacheKeysetValidationSharedKeys.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_services_edge_cache_keyset.NetworkServicesEdgeCacheKeysetValidationSharedKeys.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkServicesEdgeCacheKeysetValidationSharedKeys,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkServicesEdgeCacheKeysetValidationSharedKeys
@Stability(Stable) @Internal public static final class NetworkServicesEdgeCacheKeysetValidationSharedKeys.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkServicesEdgeCacheKeysetValidationSharedKeys
An implementation forNetworkServicesEdgeCacheKeysetValidationSharedKeys
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.network_services_edge_cache_keyset.NetworkServicesEdgeCacheKeysetValidationSharedKeys
NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder, NetworkServicesEdgeCacheKeysetValidationSharedKeys.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetSecretVersion()The name of the secret version in Secret Manager.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkServicesEdgeCacheKeysetValidationSharedKeys.Builder.
-
-
Method Detail
-
getSecretVersion
public final String getSecretVersion()
Description copied from interface:NetworkServicesEdgeCacheKeysetValidationSharedKeysThe 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.
- Specified by:
getSecretVersionin interfaceNetworkServicesEdgeCacheKeysetValidationSharedKeys
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-