AWS::Lambda::NetworkConnectorResource Type definition for AWS::Lambda::NetworkConnector
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Configuration | Config | Required |
Name | string | Create-only |
OperatorRole | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
State | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
lambda:CreateNetworkConnectorlambda:GetNetworkConnectorlambda:TagResourceiam:PassRoleiam:CreateServiceLinkedRoleec2:DescribeSecurityGroupsec2:DescribeSubnetslambda:GetNetworkConnectorlambda:ListTagslambda:DeleteNetworkConnectorlambda:GetNetworkConnectorlambda:UpdateNetworkConnectorlambda:GetNetworkConnectorlambda:TagResourcelambda:UntagResourceec2:DescribeSecurityGroupsec2:DescribeSubnetsiam:PassRolelambda:ListNetworkConnectorsEverything you need to know about Lambda on one page. HD quality, print-friendly.
Download Free InfographicArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name