We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.56.0 published on Monday, Mar 2, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.56.0 published on Monday, Mar 2, 2026 by Pulumi
Describes a VPN concentrator.
Using getVpnConcentrator
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 getVpnConcentrator(args: GetVpnConcentratorArgs, opts?: InvokeOptions): Promise<GetVpnConcentratorResult>
function getVpnConcentratorOutput(args: GetVpnConcentratorOutputArgs, opts?: InvokeOptions): Output<GetVpnConcentratorResult>def get_vpn_concentrator(vpn_concentrator_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpnConcentratorResult
def get_vpn_concentrator_output(vpn_concentrator_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpnConcentratorResult]func LookupVpnConcentrator(ctx *Context, args *LookupVpnConcentratorArgs, opts ...InvokeOption) (*LookupVpnConcentratorResult, error)
func LookupVpnConcentratorOutput(ctx *Context, args *LookupVpnConcentratorOutputArgs, opts ...InvokeOption) LookupVpnConcentratorResultOutput> Note: This function is named LookupVpnConcentrator in the Go SDK.
public static class GetVpnConcentrator
{
public static Task<GetVpnConcentratorResult> InvokeAsync(GetVpnConcentratorArgs args, InvokeOptions? opts = null)
public static Output<GetVpnConcentratorResult> Invoke(GetVpnConcentratorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpnConcentratorResult> getVpnConcentrator(GetVpnConcentratorArgs args, InvokeOptions options)
public static Output<GetVpnConcentratorResult> getVpnConcentrator(GetVpnConcentratorArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ec2:getVpnConcentrator
arguments:
# arguments dictionaryThe following arguments are supported:
- Vpn
Concentrator stringId - The ID of the VPN concentrator to associate with the VPN connection.
- Vpn
Concentrator stringId - The ID of the VPN concentrator to associate with the VPN connection.
- vpn
Concentrator StringId - The ID of the VPN concentrator to associate with the VPN connection.
- vpn
Concentrator stringId - The ID of the VPN concentrator to associate with the VPN connection.
- vpn_
concentrator_ strid - The ID of the VPN concentrator to associate with the VPN connection.
- vpn
Concentrator StringId - The ID of the VPN concentrator to associate with the VPN connection.
getVpnConcentrator Result
The following output properties are available:
-
List<Pulumi.
Aws Native. Outputs. Tag> - Any tags assigned to the VPN concentrator.
- Transit
Gateway stringAttachment Id - The ID of the transit gateway attachment for the VPN concentrator.
- Vpn
Concentrator stringId - The ID of the VPN concentrator to associate with the VPN connection.
- Tag
- Any tags assigned to the VPN concentrator.
- Transit
Gateway stringAttachment Id - The ID of the transit gateway attachment for the VPN concentrator.
- Vpn
Concentrator stringId - The ID of the VPN concentrator to associate with the VPN connection.
- List<Tag>
- Any tags assigned to the VPN concentrator.
- transit
Gateway StringAttachment Id - The ID of the transit gateway attachment for the VPN concentrator.
- vpn
Concentrator StringId - The ID of the VPN concentrator to associate with the VPN connection.
- Tag[]
- Any tags assigned to the VPN concentrator.
- transit
Gateway stringAttachment Id - The ID of the transit gateway attachment for the VPN concentrator.
- vpn
Concentrator stringId - The ID of the VPN concentrator to associate with the VPN connection.
- Sequence[root_Tag]
- Any tags assigned to the VPN concentrator.
- transit_
gateway_ strattachment_ id - The ID of the transit gateway attachment for the VPN concentrator.
- vpn_
concentrator_ strid - The ID of the VPN concentrator to associate with the VPN connection.
- List<Property Map>
- Any tags assigned to the VPN concentrator.
- transit
Gateway StringAttachment Id - The ID of the transit gateway attachment for the VPN concentrator.
- vpn
Concentrator StringId - The ID of the VPN concentrator to associate with the VPN connection.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.56.0 published on Monday, Mar 2, 2026 by Pulumi
