Package-level declarations

Types

Link copied to clipboard
data class ConnectionBgpConfigArgs(val enable: Output<Boolean>? = null, val localAsn: Output<String>? = null, val localBgpIp: Output<String>? = null, val tunnelCidr: Output<String>? = null) : ConvertibleToJava<ConnectionBgpConfigArgs>
Link copied to clipboard
data class ConnectionHealthCheckConfigArgs(val dip: Output<String>? = null, val enable: Output<Boolean>? = null, val interval: Output<Int>? = null, val retry: Output<Int>? = null, val sip: Output<String>? = null) : ConvertibleToJava<ConnectionHealthCheckConfigArgs>
Link copied to clipboard
data class ConnectionIkeConfigArgs(val ikeAuthAlg: Output<String>? = null, val ikeEncAlg: Output<String>? = null, val ikeLifetime: Output<Int>? = null, val ikeLocalId: Output<String>? = null, val ikeMode: Output<String>? = null, val ikePfs: Output<String>? = null, val ikeRemoteId: Output<String>? = null, val ikeVersion: Output<String>? = null, val psk: Output<String>? = null) : ConvertibleToJava<ConnectionIkeConfigArgs>
Link copied to clipboard
data class ConnectionIpsecConfigArgs(val ipsecAuthAlg: Output<String>? = null, val ipsecEncAlg: Output<String>? = null, val ipsecLifetime: Output<Int>? = null, val ipsecPfs: Output<String>? = null) : ConvertibleToJava<ConnectionIpsecConfigArgs>
Link copied to clipboard
data class GatewayVpnAttachmentBgpConfigArgs(val enable: Output<Boolean>? = null, val localAsn: Output<Int>? = null, val localBgpIp: Output<String>? = null, val tunnelCidr: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentBgpConfigArgs>
data class GatewayVpnAttachmentHealthCheckConfigArgs(val dip: Output<String>? = null, val enable: Output<Boolean>? = null, val interval: Output<Int>? = null, val policy: Output<String>? = null, val retry: Output<Int>? = null, val sip: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentHealthCheckConfigArgs>
Link copied to clipboard
data class GatewayVpnAttachmentIkeConfigArgs(val ikeAuthAlg: Output<String>? = null, val ikeEncAlg: Output<String>? = null, val ikeLifetime: Output<Int>? = null, val ikeMode: Output<String>? = null, val ikePfs: Output<String>? = null, val ikeVersion: Output<String>? = null, val localId: Output<String>? = null, val psk: Output<String>? = null, val remoteId: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentIkeConfigArgs>
Link copied to clipboard
data class GatewayVpnAttachmentIpsecConfigArgs(val ipsecAuthAlg: Output<String>? = null, val ipsecEncAlg: Output<String>? = null, val ipsecLifetime: Output<Int>? = null, val ipsecPfs: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentIpsecConfigArgs>
Link copied to clipboard
data class GetConnectionsPlainArgs(val customerGatewayId: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val vpnGatewayId: String? = null) : ConvertibleToJava<GetConnectionsPlainArgs>

A collection of arguments for invoking getConnections.

Link copied to clipboard
data class GetCustomerGatewaysPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetCustomerGatewaysPlainArgs>

A collection of arguments for invoking getCustomerGateways.

Link copied to clipboard
data class GetGatewaysPlainArgs(val businessStatus: String? = null, val enableIpsec: Boolean? = null, val ids: List<String>? = null, val includeReservationData: Boolean? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null, val vpcId: String? = null) : ConvertibleToJava<GetGatewaysPlainArgs>

A collection of arguments for invoking getGateways.

Link copied to clipboard
data class GetGatewayVcoRoutesPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val routeEntryType: String? = null, val status: String? = null, val vpnConnectionId: String) : ConvertibleToJava<GetGatewayVcoRoutesPlainArgs>

A collection of arguments for invoking getGatewayVcoRoutes.

Link copied to clipboard
data class GetGatewayVpnAttachmentsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null, val vpnGatewayId: String? = null) : ConvertibleToJava<GetGatewayVpnAttachmentsPlainArgs>

A collection of arguments for invoking getGatewayVpnAttachments.

Link copied to clipboard
data class IpsecServerIkeConfigArgs(val ikeAuthAlg: Output<String>? = null, val ikeEncAlg: Output<String>? = null, val ikeLifetime: Output<Int>? = null, val ikeMode: Output<String>? = null, val ikePfs: Output<String>? = null, val ikeVersion: Output<String>? = null, val localId: Output<String>? = null, val remoteId: Output<String>? = null) : ConvertibleToJava<IpsecServerIkeConfigArgs>
Link copied to clipboard
data class IpsecServerIpsecConfigArgs(val ipsecAuthAlg: Output<String>? = null, val ipsecEncAlg: Output<String>? = null, val ipsecLifetime: Output<Int>? = null, val ipsecPfs: Output<String>? = null) : ConvertibleToJava<IpsecServerIpsecConfigArgs>