mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Update docs
This commit is contained in:
parent
9cc65bba76
commit
0fedcc9a0b
@ -127,10 +127,14 @@ def present(
|
||||
The name of the VPC wherein to create the security group, if any. Exclusive with vpc_id.
|
||||
|
||||
rules
|
||||
A list of ingress rule dicts.
|
||||
A list of ingress rule dicts. If not specified, ``rules=None``,
|
||||
the ingress rules will be unmanaged. If set to an empty list, ``[]``,
|
||||
then all ingress rules will be removed.
|
||||
|
||||
rules_egress
|
||||
A list of egress rule dicts.
|
||||
A list of egress rule dicts. If not specified, ``rules_egress=None``,
|
||||
the egress rules will be unmanaged. If set to an empty list, ``[]``,
|
||||
then all egress rules will be removed.
|
||||
|
||||
region
|
||||
Region to connect to.
|
||||
|
Loading…
Reference in New Issue
Block a user