Interface ContainerAzureClusterControlPlaneDatabaseEncryption
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureClusterControlPlaneDatabaseEncryption.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.176Z") @Stability(Stable) public interface ContainerAzureClusterControlPlaneDatabaseEncryption extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureClusterControlPlaneDatabaseEncryption.BuilderA builder forContainerAzureClusterControlPlaneDatabaseEncryptionstatic classContainerAzureClusterControlPlaneDatabaseEncryption.Jsii$ProxyAn implementation forContainerAzureClusterControlPlaneDatabaseEncryption
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAzureClusterControlPlaneDatabaseEncryption.Builderbuilder()StringgetKeyId()The ARM ID of the Azure Key Vault key to encrypt / decrypt data.
-
-
-
Method Detail
-
getKeyId
@Stability(Stable) @NotNull String getKeyId()
The ARM ID of the Azure Key Vault key to encrypt / decrypt data.For example: `/subscriptions/
/resourceGroups/ /providers/Microsoft.KeyVault/vaults/ /keys/ ` Encryption will always take the latest version of the key and hence specific version is not supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#key_id ContainerAzureCluster#key_id}
-
builder
@Stability(Stable) static ContainerAzureClusterControlPlaneDatabaseEncryption.Builder builder()
-
-