Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAWS EC2 Security Group Ingress component #275
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates to #274
Description
Users may need to create a security group such as for their Lambda functions or Fargate containers. This component allows them to add an ingress rule to their security group.
AWS SDK for JS documentation on AuthorizeSecurityGroupIngress call
inputTypes
cidrIp-stringfromPort-integergroupId-stringgroupName-stringipPermissions-Array<map>fromPort-integeripProtocol-stringipRanges-Array<map>cidrIp-stringdescription-stringipv6Ranges-Array<map>cidrIpv6-stringdescription-stringprefixListIds-Array<map>prefixListId-stringdescription-stringtoPort-integeruserIdGroupPairs-Array<map>description-stringgroupId-stringgroupName-stringpeeringStatus-stringuserId-stringvpcId-stringvpcPeeringConnectionId-stringipProtocol-stringsourceSecurityGroupName-stringsourceSecurityGroupOwnerId-stringtoPort-integeroutputTypes
None