mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update docs
This commit is contained in:
parent
9cc65bba76
commit
0fedcc9a0b
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue