Vpn Gateway Connection Vpn Link Ipsec Policy Args
data class VpnGatewayConnectionVpnLinkIpsecPolicyArgs(val dhGroup: Output<String>, val encryptionAlgorithm: Output<String>, val ikeEncryptionAlgorithm: Output<String>, val ikeIntegrityAlgorithm: Output<String>, val integrityAlgorithm: Output<String>, val pfsGroup: Output<String>, val saDataSizeKb: Output<Int>, val saLifetimeSec: Output<Int>) : ConvertibleToJava<VpnGatewayConnectionVpnLinkIpsecPolicyArgs>
Properties
Link copied to clipboard
The IPSec encryption algorithm (IKE phase 1). Possible values are AES128
, AES192
, AES256
, DES
, DES3
, GCMAES128
, GCMAES192
, GCMAES256
, None
.
Link copied to clipboard
The IKE encryption algorithm (IKE phase 2). Possible values are DES
, DES3
, AES128
, AES192
, AES256
, GCMAES128
, GCMAES256
.
Link copied to clipboard
The IKE integrity algorithm (IKE phase 2). Possible values are MD5
, SHA1
, SHA256
, SHA384
, GCMAES128
, GCMAES256
.
Link copied to clipboard
The IPSec integrity algorithm (IKE phase 1). Possible values are MD5
, SHA1
, SHA256
, GCMAES128
, GCMAES192
, GCMAES256
.
Link copied to clipboard
The IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for the site to site VPN tunnel.
Link copied to clipboard
The IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for the site to site VPN tunnel.