Class IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue
@Stability(Stable) @Internal public static final class IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue
An implementation forIntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue
-
-
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.integration_connectors_connection.IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue
IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Builder, IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.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)StringgetKmsKeyName()The [KMS key name] with which the content of the Operation is encrypted.StringgetType()Type of Encription Key Possible values: ["GOOGLE_MANAGED", "CUSTOMER_MANAGED"].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(IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue.Builder.
-
-
Method Detail
-
getKmsKeyName
public final String getKmsKeyName()
Description copied from interface:IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValueThe [KMS key name] with which the content of the Operation is encrypted.The expected format: projects/* /locations/* /keyRings/* /cryptoKeys/*. Will be empty string if google managed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#kms_key_name IntegrationConnectorsConnection#kms_key_name} 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:
getKmsKeyNamein interfaceIntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue
-
getType
public final String getType()
Description copied from interface:IntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValueType of Encription Key Possible values: ["GOOGLE_MANAGED", "CUSTOMER_MANAGED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#type IntegrationConnectorsConnection#type}
- Specified by:
getTypein interfaceIntegrationConnectorsConnectionSslConfigAdditionalVariableEncryptionKeyValue
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-