mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Fix a YAML doc parsing error in gcp_pubsub_subscription.py
This commit is contained in:
parent
68c9af276c
commit
d719b0efaa
1 changed files with 3 additions and 3 deletions
|
@ -92,17 +92,17 @@ options:
|
||||||
type: str
|
type: str
|
||||||
max_duration:
|
max_duration:
|
||||||
description:
|
description:
|
||||||
- Subscription writes a new output file if the specified value of max duration is exceeded. Min: 60s, max: 600s.
|
- Subscription writes a new output file if the specified value of max duration is exceeded. Min 60s, max 600s.
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
max_bytes:
|
max_bytes:
|
||||||
description:
|
description:
|
||||||
- Cloud Storage Subscription writes a new output file if the specified value of max bytes is exceeded. Min: 1000, max: 10737418240.
|
- Cloud Storage Subscription writes a new output file if the specified value of max bytes is exceeded. Min 1000, max 10737418240.
|
||||||
required: false
|
required: false
|
||||||
type: int
|
type: int
|
||||||
max_messages:
|
max_messages:
|
||||||
description:
|
description:
|
||||||
- Cloud Storage Subscription writes a new output file if the specified number of messages is exceeded. Min: 1000.
|
- Cloud Storage Subscription writes a new output file if the specified number of messages is exceeded. Min 1000.
|
||||||
required: false
|
required: false
|
||||||
type: int
|
type: int
|
||||||
output_format:
|
output_format:
|
||||||
|
|
Loading…
Add table
Reference in a new issue