ServiceSecurityArgs

constructor(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)