tunnel Ike Config
suspend fun tunnelIkeConfig(value: Output<GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfigArgs>)
suspend fun tunnelIkeConfig(value: GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfigArgs?)
Parameters
value
Configuration information for the first phase negotiation. See tunnel_ike_config
below.
suspend fun tunnelIkeConfig(argument: suspend GatewayVpnAttachmentTunnelOptionsSpecificationTunnelIkeConfigArgsBuilder.() -> Unit)
Parameters
argument
Configuration information for the first phase negotiation. See tunnel_ike_config
below.