Interface IntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.706Z") @Stability(Stable) public interface IntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue.Builderstatic classIntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue.Builderbuilder()default 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"].
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
Type 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}
-
getKmsKeyName
@Stability(Stable) @Nullable default String getKmsKeyName()
The [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.
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionAuthConfigAdditionalVariableEncryptionKeyValue.Builder builder()
-
-