Class: Ansible::Ruby::Modules::Kinesis_stream
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Kinesis_stream
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb
Overview
Create or Delete a Kinesis Stream. Update the retention period of a Kinesis Stream. Update Tags on a Kinesis Stream. Enable/disable server side encryption on a Kinesis Stream.
Instance Method Summary collapse
-
#encryption_state ⇒ :enabled, ...
Enable or Disable encryption on the Kinesis Stream.
-
#encryption_type ⇒ String?
The type of encryption.
-
#key_id ⇒ String?
The GUID or alias for the KMS key.
-
#name ⇒ String
The name of the Kinesis Stream you are managing.
-
#retention_period ⇒ Integer?
The default retention period is 24 hours and can not be less than 24 hours.,The retention period can be modified during any point in time.
-
#shards ⇒ Integer?
The number of shards you want to have with this stream.,This is required when state == present.
-
#state ⇒ :present, ...
Create or Delete the Kinesis Stream.
-
#tags ⇒ Hash?
A dictionary of resource tags of the form: { tag1: value1, tag2: value2 }.
-
#wait ⇒ Boolean?
Wait for operation to complete before returning.
-
#wait_timeout ⇒ Integer?
How many seconds to wait for an operation to complete before timing out.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#encryption_state ⇒ :enabled, ...
Returns Enable or Disable encryption on the Kinesis Stream.
43 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 43 attribute :encryption_state |
#encryption_type ⇒ String?
Returns The type of encryption.
47 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 47 attribute :encryption_type |
#key_id ⇒ String?
Returns The GUID or alias for the KMS key.
51 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 51 attribute :key_id |
#name ⇒ String
Returns The name of the Kinesis Stream you are managing.
15 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 15 attribute :name |
#retention_period ⇒ Integer?
Returns The default retention period is 24 hours and can not be less than 24 hours.,The retention period can be modified during any point in time.
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 23 attribute :retention_period |
#shards ⇒ Integer?
Returns The number of shards you want to have with this stream.,This is required when state == present.
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 19 attribute :shards |
#state ⇒ :present, ...
Returns Create or Delete the Kinesis Stream.
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 27 attribute :state |
#tags ⇒ Hash?
Returns A dictionary of resource tags of the form: { tag1: value1, tag2: value2 }.
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 39 attribute :tags |
#wait ⇒ Boolean?
Returns Wait for operation to complete before returning.
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 31 attribute :wait |
#wait_timeout ⇒ Integer?
Returns How many seconds to wait for an operation to complete before timing out.
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/kinesis_stream.rb', line 35 attribute :wait_timeout |