Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relates to #274
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
cidrIp - string fromPort - integer groupId - string groupName - string ipPermissions - Array<map>
cidrIp
string
fromPort
integer
groupId
groupName
ipPermissions
Array<map>
ipProtocol
ipRanges
description
ipv6Ranges
cidrIpv6
prefixListIds
prefixListId
toPort
userIdGroupPairs
peeringStatus
userId
vpcId
vpcPeeringConnectionId
sourceSecurityGroupName
sourceSecurityGroupOwnerId
None
The text was updated successfully, but these errors were encountered:
laardee
Successfully merging a pull request may close this issue.
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
-string
fromPort
-integer
groupId
-string
groupName
-string
ipPermissions
-Array<map>
fromPort
-integer
ipProtocol
-string
ipRanges
-Array<map>
cidrIp
-string
description
-string
ipv6Ranges
-Array<map>
cidrIpv6
-string
description
-string
prefixListIds
-Array<map>
prefixListId
-string
description
-string
toPort
-integer
userIdGroupPairs
-Array<map>
description
-string
groupId
-string
groupName
-string
peeringStatus
-string
userId
-string
vpcId
-string
vpcPeeringConnectionId
-string
ipProtocol
-string
sourceSecurityGroupName
-string
sourceSecurityGroupOwnerId
-string
toPort
-integer
outputTypes
None
The text was updated successfully, but these errors were encountered: