AWS Fundamentals Logo
AWS Fundamentals
AWS::Lambda::NetworkConnector

Lambda NetworkConnector

Resource Type definition for AWS::Lambda::NetworkConnector

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Configuration
Config
Required
Name
string
Create-only
OperatorRole
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Statestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Lambda::NetworkConnector

Resources:
  MyResource:
    Type: AWS::Lambda::NetworkConnector
    Properties:
      Configuration: "value"
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

lambda:CreateNetworkConnectorlambda:GetNetworkConnectorlambda:TagResourceiam:PassRoleiam:CreateServiceLinkedRoleec2:DescribeSecurityGroupsec2:DescribeSubnets

read

lambda:GetNetworkConnectorlambda:ListTags

delete

lambda:DeleteNetworkConnectorlambda:GetNetworkConnector

update

lambda:UpdateNetworkConnectorlambda:GetNetworkConnectorlambda:TagResourcelambda:UntagResourceec2:DescribeSecurityGroupsec2:DescribeSubnetsiam:PassRole

list

lambda:ListNetworkConnectors

Get the Lambda Cheat Sheet

Everything you need to know about Lambda on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceLambda
Properties6
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links