Skip to content

Commit

Permalink
Create a Kinesis Stream with a Different AWS Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Putta authored Oct 20, 2023
1 parent 8afd0fc commit aa49e9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/modules/kinesis_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@
wait: true
wait_timeout: 600
register: test_stream
# Create a Kinesis Stream with a Different AWS Profile:
- name: Create a Kinesis Stream with a Different AWS Profile
community.aws.kinesis_stream:
name: test-stream
shards: 3
state: present
profile: my_new_aws_profile
register: test_stream
"""

RETURN = r"""
Expand Down

0 comments on commit aa49e9d

Please sign in to comment.