Versions in this module Expand all Collapse all v0 v0.0.3 Feb 21, 2023 v0.0.2 Dec 15, 2022 Changes in this version + var RDP_TCP = IngressRules v0.0.1 Oct 27, 2022 Changes in this version + var SSH_TCP = IngressRules + type IngressRules struct + CidrBlocks string + Description string + FromPort int + Protocol string + SG *ec2.SecurityGroup + ToPort int + type SGRequest struct + Description string + IngressRules []IngressRules + Name string + VPC *ec2.Vpc + func (r SGRequest) Create(ctx *pulumi.Context) (*SGResources, error) + type SGResources struct + SG *ec2.SecurityGroup