1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. lambda
  6. getNetworkConnector

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.70.1
published on Tuesday, Jun 30, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.70.1
published on Tuesday, Jun 30, 2026 by Pulumi

    Resource Type definition for AWS::Lambda::NetworkConnector

    Using getNetworkConnector

    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 getNetworkConnector(args: GetNetworkConnectorArgs, opts?: InvokeOptions): Promise<GetNetworkConnectorResult>
    function getNetworkConnectorOutput(args: GetNetworkConnectorOutputArgs, opts?: InvokeOptions): Output<GetNetworkConnectorResult>
    def get_network_connector(arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetNetworkConnectorResult
    def get_network_connector_output(arn: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetNetworkConnectorResult]
    func LookupNetworkConnector(ctx *Context, args *LookupNetworkConnectorArgs, opts ...InvokeOption) (*LookupNetworkConnectorResult, error)
    func LookupNetworkConnectorOutput(ctx *Context, args *LookupNetworkConnectorOutputArgs, opts ...InvokeOption) LookupNetworkConnectorResultOutput

    > Note: This function is named LookupNetworkConnector in the Go SDK.

    public static class GetNetworkConnector 
    {
        public static Task<GetNetworkConnectorResult> InvokeAsync(GetNetworkConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkConnectorResult> Invoke(GetNetworkConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkConnectorResult> getNetworkConnector(GetNetworkConnectorArgs args, InvokeOptions options)
    public static Output<GetNetworkConnectorResult> getNetworkConnector(GetNetworkConnectorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:lambda:getNetworkConnector
      arguments:
        # arguments dictionary
    data "aws-native_lambda_getnetworkconnector" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    Arn string
    arn string
    arn String
    arn string
    arn str
    arn String

    getNetworkConnector Result

    The following output properties are available:

    Arn string
    Configuration Pulumi.AwsNative.Lambda.Outputs.NetworkConnectorConfig
    OperatorRole string
    State Pulumi.AwsNative.Lambda.NetworkConnectorState
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags to apply to the network connector. Use tags to categorize network connectors for cost allocation, access control, or operational management.
    Arn string
    Configuration NetworkConnectorConfig
    OperatorRole string
    State NetworkConnectorStateEnum
    Tags Tag
    A list of tags to apply to the network connector. Use tags to categorize network connectors for cost allocation, access control, or operational management.
    arn string
    configuration object
    operator_role string
    state "PENDING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING" | "DELETE_FAILED"
    tags list(object)
    A list of tags to apply to the network connector. Use tags to categorize network connectors for cost allocation, access control, or operational management.
    arn String
    configuration NetworkConnectorConfig
    operatorRole String
    state NetworkConnectorState
    tags List<Tag>
    A list of tags to apply to the network connector. Use tags to categorize network connectors for cost allocation, access control, or operational management.
    arn string
    configuration NetworkConnectorConfig
    operatorRole string
    state NetworkConnectorState
    tags Tag[]
    A list of tags to apply to the network connector. Use tags to categorize network connectors for cost allocation, access control, or operational management.
    arn str
    configuration NetworkConnectorConfig
    operator_role str
    state NetworkConnectorState
    tags Sequence[root_Tag]
    A list of tags to apply to the network connector. Use tags to categorize network connectors for cost allocation, access control, or operational management.
    arn String
    configuration Property Map
    operatorRole String
    state "PENDING" | "ACTIVE" | "INACTIVE" | "FAILED" | "DELETING" | "DELETE_FAILED"
    tags List<Property Map>
    A list of tags to apply to the network connector. Use tags to categorize network connectors for cost allocation, access control, or operational management.

    Supporting Types

    NetworkConnectorConfig

    NetworkConnectorState

    NetworkConnectorVpcEgressConfiguration

    AssociatedComputeResourceTypes List<Pulumi.AwsNative.Lambda.NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem>
    The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
    SubnetIds List<string>
    The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
    NetworkProtocol Pulumi.AwsNative.Lambda.NetworkConnectorVpcEgressConfigurationNetworkProtocol
    The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
    SecurityGroupIds List<string>
    The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
    AssociatedComputeResourceTypes []NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem
    The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
    SubnetIds []string
    The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
    NetworkProtocol NetworkConnectorVpcEgressConfigurationNetworkProtocol
    The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
    SecurityGroupIds []string
    The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
    associated_compute_resource_types list("MicroVm")
    The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
    subnet_ids list(string)
    The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
    network_protocol "IPv4" | "DualStack"
    The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
    security_group_ids list(string)
    The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
    associatedComputeResourceTypes List<NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem>
    The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
    subnetIds List<String>
    The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
    networkProtocol NetworkConnectorVpcEgressConfigurationNetworkProtocol
    The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
    securityGroupIds List<String>
    The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
    associatedComputeResourceTypes NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem[]
    The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
    subnetIds string[]
    The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
    networkProtocol NetworkConnectorVpcEgressConfigurationNetworkProtocol
    The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
    securityGroupIds string[]
    The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
    associated_compute_resource_types Sequence[NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem]
    The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
    subnet_ids Sequence[str]
    The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
    network_protocol NetworkConnectorVpcEgressConfigurationNetworkProtocol
    The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
    security_group_ids Sequence[str]
    The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
    associatedComputeResourceTypes List<"MicroVm">
    The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
    subnetIds List<String>
    The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
    networkProtocol "IPv4" | "DualStack"
    The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
    securityGroupIds List<String>
    The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.

    NetworkConnectorVpcEgressConfigurationAssociatedComputeResourceTypesItem

    NetworkConnectorVpcEgressConfigurationNetworkProtocol

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.70.1
    published on Tuesday, Jun 30, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial