We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
Resource Type definition for AWS::EC2::VPNConcentrator
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 provider-assigned unique ID for this managed resource
- Vpn
Concentrator stringId - The provider-assigned unique ID for this managed resource
- vpn
Concentrator StringId - The provider-assigned unique ID for this managed resource
- vpn
Concentrator stringId - The provider-assigned unique ID for this managed resource
- vpn_
concentrator_ strid - The provider-assigned unique ID for this managed resource
- vpn
Concentrator StringId - The provider-assigned unique ID for this managed resource
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
- Vpn
Concentrator stringId - The provider-assigned unique ID for this managed resource
- Tag
- Any tags assigned to the VPN concentrator.
- Transit
Gateway stringAttachment Id - The ID of the transit gateway attachment
- Vpn
Concentrator stringId - The provider-assigned unique ID for this managed resource
- List<Tag>
- Any tags assigned to the VPN concentrator.
- transit
Gateway StringAttachment Id - The ID of the transit gateway attachment
- vpn
Concentrator StringId - The provider-assigned unique ID for this managed resource
- Tag[]
- Any tags assigned to the VPN concentrator.
- transit
Gateway stringAttachment Id - The ID of the transit gateway attachment
- vpn
Concentrator stringId - The provider-assigned unique ID for this managed resource
- Sequence[root_Tag]
- Any tags assigned to the VPN concentrator.
- transit_
gateway_ strattachment_ id - The ID of the transit gateway attachment
- vpn_
concentrator_ strid - The provider-assigned unique ID for this managed resource
- List<Property Map>
- Any tags assigned to the VPN concentrator.
- transit
Gateway StringAttachment Id - The ID of the transit gateway attachment
- vpn
Concentrator StringId - The provider-assigned unique ID for this managed resource
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.44.0 published on Friday, Dec 19, 2025 by Pulumi
