SecurityGroupArgs

constructor(groupDescription: Output<String>? = null, groupName: Output<String>? = null, securityGroupEgress: Output<List<SecurityGroupEgressArgs>>? = null, securityGroupIngress: Output<List<SecurityGroupIngressArgs>>? = null, tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)