Docfixes - add version_added and default values.
This commit is contained in:
parent
1a914128f6
commit
9e8802cacd
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@ description:
|
||||||
- Create or delete AWS Dynamo DB tables.
|
- Create or delete AWS Dynamo DB tables.
|
||||||
- Can update the provisioned throughput on existing tables.
|
- Can update the provisioned throughput on existing tables.
|
||||||
- Returns the status of the specified table.
|
- Returns the status of the specified table.
|
||||||
|
version_added: "2.0"
|
||||||
author: Alan Loi (@loia)
|
author: Alan Loi (@loia)
|
||||||
requirements:
|
requirements:
|
||||||
- "boto >= 2.13.2"
|
- "boto >= 2.13.2"
|
||||||
|
@ -41,6 +42,7 @@ options:
|
||||||
- Name of the hash key.
|
- Name of the hash key.
|
||||||
- Required when C(state=present).
|
- Required when C(state=present).
|
||||||
required: false
|
required: false
|
||||||
|
default: null
|
||||||
hash_key_type:
|
hash_key_type:
|
||||||
description:
|
description:
|
||||||
- Type of the hash key.
|
- Type of the hash key.
|
||||||
|
@ -51,6 +53,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Name of the range key.
|
- Name of the range key.
|
||||||
required: false
|
required: false
|
||||||
|
default: null
|
||||||
range_key_type:
|
range_key_type:
|
||||||
description:
|
description:
|
||||||
- Type of the range key.
|
- Type of the range key.
|
||||||
|
|
Loading…
Add table
Reference in a new issue