Uses of Interface
com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterDatabaseEncryption
-
Packages that use ContainerClusterDatabaseEncryption Package Description com.hashicorp.cdktf.providers.google.container_cluster google_container_cluster -
-
Uses of ContainerClusterDatabaseEncryption in com.hashicorp.cdktf.providers.google.container_cluster
Classes in com.hashicorp.cdktf.providers.google.container_cluster that implement ContainerClusterDatabaseEncryption Modifier and Type Class Description static classContainerClusterDatabaseEncryption.Jsii$ProxyAn implementation forContainerClusterDatabaseEncryptionMethods in com.hashicorp.cdktf.providers.google.container_cluster that return ContainerClusterDatabaseEncryption Modifier and Type Method Description ContainerClusterDatabaseEncryptionContainerClusterDatabaseEncryption.Builder. build()Builds the configured instance.default ContainerClusterDatabaseEncryptionContainerClusterConfig. getDatabaseEncryption()database_encryption block.ContainerClusterDatabaseEncryptionContainerClusterConfig.Jsii$Proxy. getDatabaseEncryption()ContainerClusterDatabaseEncryptionContainerCluster. getDatabaseEncryptionInput()ContainerClusterDatabaseEncryptionContainerClusterDatabaseEncryptionOutputReference. getInternalValue()Methods in com.hashicorp.cdktf.providers.google.container_cluster with parameters of type ContainerClusterDatabaseEncryption Modifier and Type Method Description ContainerCluster.BuilderContainerCluster.Builder. databaseEncryption(ContainerClusterDatabaseEncryption databaseEncryption)database_encryption block.ContainerClusterConfig.BuilderContainerClusterConfig.Builder. databaseEncryption(ContainerClusterDatabaseEncryption databaseEncryption)Sets the value ofContainerClusterConfig.getDatabaseEncryption()voidContainerCluster. putDatabaseEncryption(ContainerClusterDatabaseEncryption value)voidContainerClusterDatabaseEncryptionOutputReference. setInternalValue(ContainerClusterDatabaseEncryption value)
-