Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud
VPN Connection data source schema. Uses the defaultRegion specified in the provider configuration as a fallback in case no region is defined on datasource level.
Example Usage
data "stackit_vpn_connection" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
gateway_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
connection_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getVpnConnection
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVpnConnection(args: GetVpnConnectionArgs, opts?: InvokeOptions): Promise<GetVpnConnectionResult>
function getVpnConnectionOutput(args: GetVpnConnectionOutputArgs, opts?: InvokeOutputOptions): Output<GetVpnConnectionResult>def get_vpn_connection(connection_id: Optional[str] = None,
gateway_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpnConnectionResult
def get_vpn_connection_output(connection_id: pulumi.Input[Optional[str]] = None,
gateway_id: pulumi.Input[Optional[str]] = None,
project_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetVpnConnectionResult]func LookupVpnConnection(ctx *Context, args *LookupVpnConnectionArgs, opts ...InvokeOption) (*LookupVpnConnectionResult, error)
func LookupVpnConnectionOutput(ctx *Context, args *LookupVpnConnectionOutputArgs, opts ...InvokeOption) LookupVpnConnectionResultOutput> Note: This function is named LookupVpnConnection in the Go SDK.
public static class GetVpnConnection
{
public static Task<GetVpnConnectionResult> InvokeAsync(GetVpnConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetVpnConnectionResult> Invoke(GetVpnConnectionInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetVpnConnectionResult> Invoke(GetVpnConnectionInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetVpnConnectionResult> getVpnConnection(GetVpnConnectionArgs args, InvokeOptions options)
public static Output<GetVpnConnectionResult> getVpnConnection(GetVpnConnectionArgs args, InvokeOptions options)
public static Output<GetVpnConnectionResult> getVpnConnection(GetVpnConnectionArgs args, InvokeOutputOptions options)
fn::invoke:
function: stackit:index/getVpnConnection:getVpnConnection
arguments:
# arguments dictionarydata "stackit_get_vpn_connection" "name" {
# arguments
}The following arguments are supported:
- Connection
Id string - The server-generated UUID of the VPN connection.
- Gateway
Id string - The UUID of the parent VPN gateway.
- Project
Id string - STACKIT project ID.
- Connection
Id string - The server-generated UUID of the VPN connection.
- Gateway
Id string - The UUID of the parent VPN gateway.
- Project
Id string - STACKIT project ID.
- connection_
id string - The server-generated UUID of the VPN connection.
- gateway_
id string - The UUID of the parent VPN gateway.
- project_
id string - STACKIT project ID.
- connection
Id String - The server-generated UUID of the VPN connection.
- gateway
Id String - The UUID of the parent VPN gateway.
- project
Id String - STACKIT project ID.
- connection
Id string - The server-generated UUID of the VPN connection.
- gateway
Id string - The UUID of the parent VPN gateway.
- project
Id string - STACKIT project ID.
- connection_
id str - The server-generated UUID of the VPN connection.
- gateway_
id str - The UUID of the parent VPN gateway.
- project_
id str - STACKIT project ID.
- connection
Id String - The server-generated UUID of the VPN connection.
- gateway
Id String - The UUID of the parent VPN gateway.
- project
Id String - STACKIT project ID.
getVpnConnection Result
The following output properties are available:
- Connection
Id string - The server-generated UUID of the VPN connection.
- Display
Name string - A user-friendly name for the connection.
- Enabled bool
- Whether this connection is enabled.
- Gateway
Id string - The UUID of the parent VPN gateway.
- Id string
- Terraform's internal resource identifier. Structured as "
projectId,region,gatewayId,connectionId". - Labels Dictionary<string, string>
- Map of custom labels.
- Local
Subnets List<string> - List of local IPv4 CIDRs to route through this connection.
- Project
Id string - STACKIT project ID.
- Region string
- STACKIT region.
- Remote
Subnets List<string> - List of remote IPv4 CIDRs accessible via this connection.
- Static
Routes List<string> - List of static routes (IPv4 CIDRs) for route-based VPN.
- Tunnel1
Get
Vpn Connection Tunnel1 - Tunnel2
Get
Vpn Connection Tunnel2
- Connection
Id string - The server-generated UUID of the VPN connection.
- Display
Name string - A user-friendly name for the connection.
- Enabled bool
- Whether this connection is enabled.
- Gateway
Id string - The UUID of the parent VPN gateway.
- Id string
- Terraform's internal resource identifier. Structured as "
projectId,region,gatewayId,connectionId". - Labels map[string]string
- Map of custom labels.
- Local
Subnets []string - List of local IPv4 CIDRs to route through this connection.
- Project
Id string - STACKIT project ID.
- Region string
- STACKIT region.
- Remote
Subnets []string - List of remote IPv4 CIDRs accessible via this connection.
- Static
Routes []string - List of static routes (IPv4 CIDRs) for route-based VPN.
- Tunnel1
Get
Vpn Connection Tunnel1 - Tunnel2
Get
Vpn Connection Tunnel2
- connection_
id string - The server-generated UUID of the VPN connection.
- display_
name string - A user-friendly name for the connection.
- enabled bool
- Whether this connection is enabled.
- gateway_
id string - The UUID of the parent VPN gateway.
- id string
- Terraform's internal resource identifier. Structured as "
projectId,region,gatewayId,connectionId". - labels map(string)
- Map of custom labels.
- local_
subnets list(string) - List of local IPv4 CIDRs to route through this connection.
- project_
id string - STACKIT project ID.
- region string
- STACKIT region.
- remote_
subnets list(string) - List of remote IPv4 CIDRs accessible via this connection.
- static_
routes list(string) - List of static routes (IPv4 CIDRs) for route-based VPN.
- tunnel1 object
- tunnel2 object
- connection
Id String - The server-generated UUID of the VPN connection.
- display
Name String - A user-friendly name for the connection.
- enabled Boolean
- Whether this connection is enabled.
- gateway
Id String - The UUID of the parent VPN gateway.
- id String
- Terraform's internal resource identifier. Structured as "
projectId,region,gatewayId,connectionId". - labels Map<String,String>
- Map of custom labels.
- local
Subnets List<String> - List of local IPv4 CIDRs to route through this connection.
- project
Id String - STACKIT project ID.
- region String
- STACKIT region.
- remote
Subnets List<String> - List of remote IPv4 CIDRs accessible via this connection.
- static
Routes List<String> - List of static routes (IPv4 CIDRs) for route-based VPN.
- tunnel1
Get
Vpn Connection Tunnel1 - tunnel2
Get
Vpn Connection Tunnel2
- connection
Id string - The server-generated UUID of the VPN connection.
- display
Name string - A user-friendly name for the connection.
- enabled boolean
- Whether this connection is enabled.
- gateway
Id string - The UUID of the parent VPN gateway.
- id string
- Terraform's internal resource identifier. Structured as "
projectId,region,gatewayId,connectionId". - labels {[key: string]: string}
- Map of custom labels.
- local
Subnets string[] - List of local IPv4 CIDRs to route through this connection.
- project
Id string - STACKIT project ID.
- region string
- STACKIT region.
- remote
Subnets string[] - List of remote IPv4 CIDRs accessible via this connection.
- static
Routes string[] - List of static routes (IPv4 CIDRs) for route-based VPN.
- tunnel1
Get
Vpn Connection Tunnel1 - tunnel2
Get
Vpn Connection Tunnel2
- connection_
id str - The server-generated UUID of the VPN connection.
- display_
name str - A user-friendly name for the connection.
- enabled bool
- Whether this connection is enabled.
- gateway_
id str - The UUID of the parent VPN gateway.
- id str
- Terraform's internal resource identifier. Structured as "
projectId,region,gatewayId,connectionId". - labels Mapping[str, str]
- Map of custom labels.
- local_
subnets Sequence[str] - List of local IPv4 CIDRs to route through this connection.
- project_
id str - STACKIT project ID.
- region str
- STACKIT region.
- remote_
subnets Sequence[str] - List of remote IPv4 CIDRs accessible via this connection.
- static_
routes Sequence[str] - List of static routes (IPv4 CIDRs) for route-based VPN.
- tunnel1
Get
Vpn Connection Tunnel1 - tunnel2
Get
Vpn Connection Tunnel2
- connection
Id String - The server-generated UUID of the VPN connection.
- display
Name String - A user-friendly name for the connection.
- enabled Boolean
- Whether this connection is enabled.
- gateway
Id String - The UUID of the parent VPN gateway.
- id String
- Terraform's internal resource identifier. Structured as "
projectId,region,gatewayId,connectionId". - labels Map<String>
- Map of custom labels.
- local
Subnets List<String> - List of local IPv4 CIDRs to route through this connection.
- project
Id String - STACKIT project ID.
- region String
- STACKIT region.
- remote
Subnets List<String> - List of remote IPv4 CIDRs accessible via this connection.
- static
Routes List<String> - List of static routes (IPv4 CIDRs) for route-based VPN.
- tunnel1 Property Map
- tunnel2 Property Map
Supporting Types
GetVpnConnectionTunnel1
- Bgp
Get
Vpn Connection Tunnel1Bgp - BGP configuration for this tunnel.
- Peering
Get
Vpn Connection Tunnel1Peering - Tunnel interface peering configuration.
- Phase1
Get
Vpn Connection Tunnel1Phase1 - IKE Phase 1 configuration.
- Phase2
Get
Vpn Connection Tunnel1Phase2 - IKE Phase 2 configuration.
- Remote
Address string - Remote peer IPv4 address for this tunnel.
- Bgp
Get
Vpn Connection Tunnel1Bgp - BGP configuration for this tunnel.
- Peering
Get
Vpn Connection Tunnel1Peering - Tunnel interface peering configuration.
- Phase1
Get
Vpn Connection Tunnel1Phase1 - IKE Phase 1 configuration.
- Phase2
Get
Vpn Connection Tunnel1Phase2 - IKE Phase 2 configuration.
- Remote
Address string - Remote peer IPv4 address for this tunnel.
- bgp
Get
Vpn Connection Tunnel1Bgp - BGP configuration for this tunnel.
- peering
Get
Vpn Connection Tunnel1Peering - Tunnel interface peering configuration.
- phase1
Get
Vpn Connection Tunnel1Phase1 - IKE Phase 1 configuration.
- phase2
Get
Vpn Connection Tunnel1Phase2 - IKE Phase 2 configuration.
- remote
Address String - Remote peer IPv4 address for this tunnel.
- bgp
Get
Vpn Connection Tunnel1Bgp - BGP configuration for this tunnel.
- peering
Get
Vpn Connection Tunnel1Peering - Tunnel interface peering configuration.
- phase1
Get
Vpn Connection Tunnel1Phase1 - IKE Phase 1 configuration.
- phase2
Get
Vpn Connection Tunnel1Phase2 - IKE Phase 2 configuration.
- remote
Address string - Remote peer IPv4 address for this tunnel.
- bgp
Get
Vpn Connection Tunnel1Bgp - BGP configuration for this tunnel.
- peering
Get
Vpn Connection Tunnel1Peering - Tunnel interface peering configuration.
- phase1
Get
Vpn Connection Tunnel1Phase1 - IKE Phase 1 configuration.
- phase2
Get
Vpn Connection Tunnel1Phase2 - IKE Phase 2 configuration.
- remote_
address str - Remote peer IPv4 address for this tunnel.
- bgp Property Map
- BGP configuration for this tunnel.
- peering Property Map
- Tunnel interface peering configuration.
- phase1 Property Map
- IKE Phase 1 configuration.
- phase2 Property Map
- IKE Phase 2 configuration.
- remote
Address String - Remote peer IPv4 address for this tunnel.
GetVpnConnectionTunnel1Bgp
- Remote
Asn int - Remote AS number.
- Remote
Asn int - Remote AS number.
- remote_
asn number - Remote AS number.
- remote
Asn Integer - Remote AS number.
- remote
Asn number - Remote AS number.
- remote_
asn int - Remote AS number.
- remote
Asn Number - Remote AS number.
GetVpnConnectionTunnel1Peering
- Local
Address string - Local tunnel interface IPv4 address.
- Remote
Address string - Remote tunnel interface IPv4 address.
- Local
Address string - Local tunnel interface IPv4 address.
- Remote
Address string - Remote tunnel interface IPv4 address.
- local_
address string - Local tunnel interface IPv4 address.
- remote_
address string - Remote tunnel interface IPv4 address.
- local
Address String - Local tunnel interface IPv4 address.
- remote
Address String - Remote tunnel interface IPv4 address.
- local
Address string - Local tunnel interface IPv4 address.
- remote
Address string - Remote tunnel interface IPv4 address.
- local_
address str - Local tunnel interface IPv4 address.
- remote_
address str - Remote tunnel interface IPv4 address.
- local
Address String - Local tunnel interface IPv4 address.
- remote
Address String - Remote tunnel interface IPv4 address.
GetVpnConnectionTunnel1Phase1
- Dh
Groups List<string> - Diffie-Hellman groups.
- Encryption
Algorithms List<string> - Encryption algorithms.
- Integrity
Algorithms List<string> - Integrity/hash algorithms.
- Rekey
Time int - IKE re-keying time in seconds.
- Dh
Groups []string - Diffie-Hellman groups.
- Encryption
Algorithms []string - Encryption algorithms.
- Integrity
Algorithms []string - Integrity/hash algorithms.
- Rekey
Time int - IKE re-keying time in seconds.
- dh_
groups list(string) - Diffie-Hellman groups.
- encryption_
algorithms list(string) - Encryption algorithms.
- integrity_
algorithms list(string) - Integrity/hash algorithms.
- rekey_
time number - IKE re-keying time in seconds.
- dh
Groups List<String> - Diffie-Hellman groups.
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Integer - IKE re-keying time in seconds.
- dh
Groups string[] - Diffie-Hellman groups.
- encryption
Algorithms string[] - Encryption algorithms.
- integrity
Algorithms string[] - Integrity/hash algorithms.
- rekey
Time number - IKE re-keying time in seconds.
- dh_
groups Sequence[str] - Diffie-Hellman groups.
- encryption_
algorithms Sequence[str] - Encryption algorithms.
- integrity_
algorithms Sequence[str] - Integrity/hash algorithms.
- rekey_
time int - IKE re-keying time in seconds.
- dh
Groups List<String> - Diffie-Hellman groups.
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Number - IKE re-keying time in seconds.
GetVpnConnectionTunnel1Phase2
- Dh
Groups List<string> - Diffie-Hellman groups for PFS.
- Dpd
Action string - DPD timeout action (clear or restart).
- Encryption
Algorithms List<string> - Encryption algorithms.
- Integrity
Algorithms List<string> - Integrity/hash algorithms.
- Rekey
Time int - Child SA re-keying time in seconds.
- Start
Action string - Start action (none or start).
- Dh
Groups []string - Diffie-Hellman groups for PFS.
- Dpd
Action string - DPD timeout action (clear or restart).
- Encryption
Algorithms []string - Encryption algorithms.
- Integrity
Algorithms []string - Integrity/hash algorithms.
- Rekey
Time int - Child SA re-keying time in seconds.
- Start
Action string - Start action (none or start).
- dh_
groups list(string) - Diffie-Hellman groups for PFS.
- dpd_
action string - DPD timeout action (clear or restart).
- encryption_
algorithms list(string) - Encryption algorithms.
- integrity_
algorithms list(string) - Integrity/hash algorithms.
- rekey_
time number - Child SA re-keying time in seconds.
- start_
action string - Start action (none or start).
- dh
Groups List<String> - Diffie-Hellman groups for PFS.
- dpd
Action String - DPD timeout action (clear or restart).
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Integer - Child SA re-keying time in seconds.
- start
Action String - Start action (none or start).
- dh
Groups string[] - Diffie-Hellman groups for PFS.
- dpd
Action string - DPD timeout action (clear or restart).
- encryption
Algorithms string[] - Encryption algorithms.
- integrity
Algorithms string[] - Integrity/hash algorithms.
- rekey
Time number - Child SA re-keying time in seconds.
- start
Action string - Start action (none or start).
- dh_
groups Sequence[str] - Diffie-Hellman groups for PFS.
- dpd_
action str - DPD timeout action (clear or restart).
- encryption_
algorithms Sequence[str] - Encryption algorithms.
- integrity_
algorithms Sequence[str] - Integrity/hash algorithms.
- rekey_
time int - Child SA re-keying time in seconds.
- start_
action str - Start action (none or start).
- dh
Groups List<String> - Diffie-Hellman groups for PFS.
- dpd
Action String - DPD timeout action (clear or restart).
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Number - Child SA re-keying time in seconds.
- start
Action String - Start action (none or start).
GetVpnConnectionTunnel2
- Bgp
Get
Vpn Connection Tunnel2Bgp - BGP configuration for this tunnel.
- Peering
Get
Vpn Connection Tunnel2Peering - Tunnel interface peering configuration.
- Phase1
Get
Vpn Connection Tunnel2Phase1 - IKE Phase 1 configuration.
- Phase2
Get
Vpn Connection Tunnel2Phase2 - IKE Phase 2 configuration.
- Remote
Address string - Remote peer IPv4 address for this tunnel.
- Bgp
Get
Vpn Connection Tunnel2Bgp - BGP configuration for this tunnel.
- Peering
Get
Vpn Connection Tunnel2Peering - Tunnel interface peering configuration.
- Phase1
Get
Vpn Connection Tunnel2Phase1 - IKE Phase 1 configuration.
- Phase2
Get
Vpn Connection Tunnel2Phase2 - IKE Phase 2 configuration.
- Remote
Address string - Remote peer IPv4 address for this tunnel.
- bgp
Get
Vpn Connection Tunnel2Bgp - BGP configuration for this tunnel.
- peering
Get
Vpn Connection Tunnel2Peering - Tunnel interface peering configuration.
- phase1
Get
Vpn Connection Tunnel2Phase1 - IKE Phase 1 configuration.
- phase2
Get
Vpn Connection Tunnel2Phase2 - IKE Phase 2 configuration.
- remote
Address String - Remote peer IPv4 address for this tunnel.
- bgp
Get
Vpn Connection Tunnel2Bgp - BGP configuration for this tunnel.
- peering
Get
Vpn Connection Tunnel2Peering - Tunnel interface peering configuration.
- phase1
Get
Vpn Connection Tunnel2Phase1 - IKE Phase 1 configuration.
- phase2
Get
Vpn Connection Tunnel2Phase2 - IKE Phase 2 configuration.
- remote
Address string - Remote peer IPv4 address for this tunnel.
- bgp
Get
Vpn Connection Tunnel2Bgp - BGP configuration for this tunnel.
- peering
Get
Vpn Connection Tunnel2Peering - Tunnel interface peering configuration.
- phase1
Get
Vpn Connection Tunnel2Phase1 - IKE Phase 1 configuration.
- phase2
Get
Vpn Connection Tunnel2Phase2 - IKE Phase 2 configuration.
- remote_
address str - Remote peer IPv4 address for this tunnel.
- bgp Property Map
- BGP configuration for this tunnel.
- peering Property Map
- Tunnel interface peering configuration.
- phase1 Property Map
- IKE Phase 1 configuration.
- phase2 Property Map
- IKE Phase 2 configuration.
- remote
Address String - Remote peer IPv4 address for this tunnel.
GetVpnConnectionTunnel2Bgp
- Remote
Asn int - Remote AS number.
- Remote
Asn int - Remote AS number.
- remote_
asn number - Remote AS number.
- remote
Asn Integer - Remote AS number.
- remote
Asn number - Remote AS number.
- remote_
asn int - Remote AS number.
- remote
Asn Number - Remote AS number.
GetVpnConnectionTunnel2Peering
- Local
Address string - Local tunnel interface IPv4 address.
- Remote
Address string - Remote tunnel interface IPv4 address.
- Local
Address string - Local tunnel interface IPv4 address.
- Remote
Address string - Remote tunnel interface IPv4 address.
- local_
address string - Local tunnel interface IPv4 address.
- remote_
address string - Remote tunnel interface IPv4 address.
- local
Address String - Local tunnel interface IPv4 address.
- remote
Address String - Remote tunnel interface IPv4 address.
- local
Address string - Local tunnel interface IPv4 address.
- remote
Address string - Remote tunnel interface IPv4 address.
- local_
address str - Local tunnel interface IPv4 address.
- remote_
address str - Remote tunnel interface IPv4 address.
- local
Address String - Local tunnel interface IPv4 address.
- remote
Address String - Remote tunnel interface IPv4 address.
GetVpnConnectionTunnel2Phase1
- Dh
Groups List<string> - Diffie-Hellman groups.
- Encryption
Algorithms List<string> - Encryption algorithms.
- Integrity
Algorithms List<string> - Integrity/hash algorithms.
- Rekey
Time int - IKE re-keying time in seconds.
- Dh
Groups []string - Diffie-Hellman groups.
- Encryption
Algorithms []string - Encryption algorithms.
- Integrity
Algorithms []string - Integrity/hash algorithms.
- Rekey
Time int - IKE re-keying time in seconds.
- dh_
groups list(string) - Diffie-Hellman groups.
- encryption_
algorithms list(string) - Encryption algorithms.
- integrity_
algorithms list(string) - Integrity/hash algorithms.
- rekey_
time number - IKE re-keying time in seconds.
- dh
Groups List<String> - Diffie-Hellman groups.
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Integer - IKE re-keying time in seconds.
- dh
Groups string[] - Diffie-Hellman groups.
- encryption
Algorithms string[] - Encryption algorithms.
- integrity
Algorithms string[] - Integrity/hash algorithms.
- rekey
Time number - IKE re-keying time in seconds.
- dh_
groups Sequence[str] - Diffie-Hellman groups.
- encryption_
algorithms Sequence[str] - Encryption algorithms.
- integrity_
algorithms Sequence[str] - Integrity/hash algorithms.
- rekey_
time int - IKE re-keying time in seconds.
- dh
Groups List<String> - Diffie-Hellman groups.
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Number - IKE re-keying time in seconds.
GetVpnConnectionTunnel2Phase2
- Dh
Groups List<string> - Diffie-Hellman groups for PFS.
- Dpd
Action string - DPD timeout action (clear or restart).
- Encryption
Algorithms List<string> - Encryption algorithms.
- Integrity
Algorithms List<string> - Integrity/hash algorithms.
- Rekey
Time int - Child SA re-keying time in seconds.
- Start
Action string - Start action (none or start).
- Dh
Groups []string - Diffie-Hellman groups for PFS.
- Dpd
Action string - DPD timeout action (clear or restart).
- Encryption
Algorithms []string - Encryption algorithms.
- Integrity
Algorithms []string - Integrity/hash algorithms.
- Rekey
Time int - Child SA re-keying time in seconds.
- Start
Action string - Start action (none or start).
- dh_
groups list(string) - Diffie-Hellman groups for PFS.
- dpd_
action string - DPD timeout action (clear or restart).
- encryption_
algorithms list(string) - Encryption algorithms.
- integrity_
algorithms list(string) - Integrity/hash algorithms.
- rekey_
time number - Child SA re-keying time in seconds.
- start_
action string - Start action (none or start).
- dh
Groups List<String> - Diffie-Hellman groups for PFS.
- dpd
Action String - DPD timeout action (clear or restart).
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Integer - Child SA re-keying time in seconds.
- start
Action String - Start action (none or start).
- dh
Groups string[] - Diffie-Hellman groups for PFS.
- dpd
Action string - DPD timeout action (clear or restart).
- encryption
Algorithms string[] - Encryption algorithms.
- integrity
Algorithms string[] - Integrity/hash algorithms.
- rekey
Time number - Child SA re-keying time in seconds.
- start
Action string - Start action (none or start).
- dh_
groups Sequence[str] - Diffie-Hellman groups for PFS.
- dpd_
action str - DPD timeout action (clear or restart).
- encryption_
algorithms Sequence[str] - Encryption algorithms.
- integrity_
algorithms Sequence[str] - Integrity/hash algorithms.
- rekey_
time int - Child SA re-keying time in seconds.
- start_
action str - Start action (none or start).
- dh
Groups List<String> - Diffie-Hellman groups for PFS.
- dpd
Action String - DPD timeout action (clear or restart).
- encryption
Algorithms List<String> - Encryption algorithms.
- integrity
Algorithms List<String> - Integrity/hash algorithms.
- rekey
Time Number - Child SA re-keying time in seconds.
- start
Action String - Start action (none or start).
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
published on Monday, Aug 17, 2026 by stackitcloud