Service Security Args
data class ServiceSecurityArgs(val enableBackendSsl30: Output<Boolean>? = null, val enableBackendTls10: Output<Boolean>? = null, val enableBackendTls11: Output<Boolean>? = null, val enableFrontendSsl30: Output<Boolean>? = null, val enableFrontendTls10: Output<Boolean>? = null, val enableFrontendTls11: Output<Boolean>? = null, val tlsEcdheEcdsaWithAes128CbcShaCiphersEnabled: Output<Boolean>? = null, val tlsEcdheEcdsaWithAes256CbcShaCiphersEnabled: Output<Boolean>? = null, val tlsEcdheRsaWithAes128CbcShaCiphersEnabled: Output<Boolean>? = null, val tlsEcdheRsaWithAes256CbcShaCiphersEnabled: Output<Boolean>? = null, val tlsRsaWithAes128CbcSha256CiphersEnabled: Output<Boolean>? = null, val tlsRsaWithAes128CbcShaCiphersEnabled: Output<Boolean>? = null, val tlsRsaWithAes128GcmSha256CiphersEnabled: Output<Boolean>? = null, val tlsRsaWithAes256CbcSha256CiphersEnabled: Output<Boolean>? = null, val tlsRsaWithAes256CbcShaCiphersEnabled: Output<Boolean>? = null, val tlsRsaWithAes256GcmSha384CiphersEnabled: Output<Boolean>? = null, val tripleDesCiphersEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceSecurityArgs>
Constructors
Link copied to clipboard
fun ServiceSecurityArgs(enableBackendSsl30: Output<Boolean>? = null, enableBackendTls10: Output<Boolean>? = null, enableBackendTls11: Output<Boolean>? = null, enableFrontendSsl30: Output<Boolean>? = null, enableFrontendTls10: Output<Boolean>? = null, enableFrontendTls11: Output<Boolean>? = null, tlsEcdheEcdsaWithAes128CbcShaCiphersEnabled: Output<Boolean>? = null, tlsEcdheEcdsaWithAes256CbcShaCiphersEnabled: Output<Boolean>? = null, tlsEcdheRsaWithAes128CbcShaCiphersEnabled: Output<Boolean>? = null, tlsEcdheRsaWithAes256CbcShaCiphersEnabled: Output<Boolean>? = null, tlsRsaWithAes128CbcSha256CiphersEnabled: Output<Boolean>? = null, tlsRsaWithAes128CbcShaCiphersEnabled: Output<Boolean>? = null, tlsRsaWithAes128GcmSha256CiphersEnabled: Output<Boolean>? = null, tlsRsaWithAes256CbcSha256CiphersEnabled: Output<Boolean>? = null, tlsRsaWithAes256CbcShaCiphersEnabled: Output<Boolean>? = null, tlsRsaWithAes256GcmSha384CiphersEnabled: Output<Boolean>? = null, tripleDesCiphersEnabled: Output<Boolean>? = null)