Optional descriptionOptional egressCan be specified multiple times for each egress rule. Each egress block supports fields documented below.
Optional ingressCan be specified multiple times for each ingress rule. Each ingress block supports fields documented below.
Optional revokeInstruct Terraform to revoke all of the Security Groups attached ingress and egress rules
before deleting the rule itself. This is normally not needed, however certain AWS services
such as Elastic Map Reduce may automatically add required rules to security groups used with
the service, and those rules may contain a cyclic dependency that prevent the security groups
from being destroyed without removing the dependency first. Default false
Optional securityAn existing SecurityGroup to use for this awsx SecurityGroup. If not provided, a default one will be created.
Optional tagsOptional vpcThe vpc this security group applies to. Or [Vpc.getDefault] if unspecified.
Generated using TypeDoc
The security group description. Defaults to "Managed by Terraform". Cannot be "". NOTE: This field maps to the AWS
GroupDescriptionattribute, for which there is no Update API. If you'd like to classify your security groups in a way that can be updated, usetags.