Class: Humidifier::KinesisFirehose::DeliveryStream
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::KinesisFirehose::DeliveryStream resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#amazonopensearchservice_destination_configuration ⇒ Object
returns the AmazonopensearchserviceDestinationConfiguration property.
-
#amazonopensearchservice_destination_configuration=(value) ⇒ Object
sets the AmazonopensearchserviceDestinationConfiguration property (Structure).
-
#delivery_stream_encryption_configuration_input ⇒ Object
returns the DeliveryStreamEncryptionConfigurationInput property.
-
#delivery_stream_encryption_configuration_input=(value) ⇒ Object
sets the DeliveryStreamEncryptionConfigurationInput property (Structure).
-
#delivery_stream_name ⇒ Object
returns the DeliveryStreamName property.
-
#delivery_stream_name=(value) ⇒ Object
sets the DeliveryStreamName property (String).
-
#delivery_stream_type ⇒ Object
returns the DeliveryStreamType property.
-
#delivery_stream_type=(value) ⇒ Object
sets the DeliveryStreamType property (String).
-
#elasticsearch_destination_configuration ⇒ Object
returns the ElasticsearchDestinationConfiguration property.
-
#elasticsearch_destination_configuration=(value) ⇒ Object
sets the ElasticsearchDestinationConfiguration property (Structure).
-
#extended_s3_destination_configuration ⇒ Object
returns the ExtendedS3DestinationConfiguration property.
-
#extended_s3_destination_configuration=(value) ⇒ Object
sets the ExtendedS3DestinationConfiguration property (Structure).
-
#http_endpoint_destination_configuration ⇒ Object
returns the HttpEndpointDestinationConfiguration property.
-
#http_endpoint_destination_configuration=(value) ⇒ Object
sets the HttpEndpointDestinationConfiguration property (Structure).
-
#kinesis_stream_source_configuration ⇒ Object
returns the KinesisStreamSourceConfiguration property.
-
#kinesis_stream_source_configuration=(value) ⇒ Object
sets the KinesisStreamSourceConfiguration property (Structure).
-
#redshift_destination_configuration ⇒ Object
returns the RedshiftDestinationConfiguration property.
-
#redshift_destination_configuration=(value) ⇒ Object
sets the RedshiftDestinationConfiguration property (Structure).
-
#s3_destination_configuration ⇒ Object
returns the S3DestinationConfiguration property.
-
#s3_destination_configuration=(value) ⇒ Object
sets the S3DestinationConfiguration property (Structure).
-
#splunk_destination_configuration ⇒ Object
returns the SplunkDestinationConfiguration property.
-
#splunk_destination_configuration=(value) ⇒ Object
sets the SplunkDestinationConfiguration property (Structure).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#amazonopensearchservice_destination_configuration ⇒ Object
returns the AmazonopensearchserviceDestinationConfiguration property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def amazonopensearchservice_destination_configuration properties['amazonopensearchservice_destination_configuration'] end |
#amazonopensearchservice_destination_configuration=(value) ⇒ Object
sets the AmazonopensearchserviceDestinationConfiguration property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def amazonopensearchservice_destination_configuration=(value) update_property('amazonopensearchservice_destination_configuration', value) end |
#delivery_stream_encryption_configuration_input ⇒ Object
returns the DeliveryStreamEncryptionConfigurationInput property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def delivery_stream_encryption_configuration_input properties['delivery_stream_encryption_configuration_input'] end |
#delivery_stream_encryption_configuration_input=(value) ⇒ Object
sets the DeliveryStreamEncryptionConfigurationInput property (Structure)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def delivery_stream_encryption_configuration_input=(value) update_property('delivery_stream_encryption_configuration_input', value) end |
#delivery_stream_name ⇒ Object
returns the DeliveryStreamName property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def delivery_stream_name properties['delivery_stream_name'] end |
#delivery_stream_name=(value) ⇒ Object
sets the DeliveryStreamName property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def delivery_stream_name=(value) update_property('delivery_stream_name', value) end |
#delivery_stream_type ⇒ Object
returns the DeliveryStreamType property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def delivery_stream_type properties['delivery_stream_type'] end |
#delivery_stream_type=(value) ⇒ Object
sets the DeliveryStreamType property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def delivery_stream_type=(value) update_property('delivery_stream_type', value) end |
#elasticsearch_destination_configuration ⇒ Object
returns the ElasticsearchDestinationConfiguration property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def elasticsearch_destination_configuration properties['elasticsearch_destination_configuration'] end |
#elasticsearch_destination_configuration=(value) ⇒ Object
sets the ElasticsearchDestinationConfiguration property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def elasticsearch_destination_configuration=(value) update_property('elasticsearch_destination_configuration', value) end |
#extended_s3_destination_configuration ⇒ Object
returns the ExtendedS3DestinationConfiguration property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def extended_s3_destination_configuration properties['extended_s3_destination_configuration'] end |
#extended_s3_destination_configuration=(value) ⇒ Object
sets the ExtendedS3DestinationConfiguration property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def extended_s3_destination_configuration=(value) update_property('extended_s3_destination_configuration', value) end |
#http_endpoint_destination_configuration ⇒ Object
returns the HttpEndpointDestinationConfiguration property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def http_endpoint_destination_configuration properties['http_endpoint_destination_configuration'] end |
#http_endpoint_destination_configuration=(value) ⇒ Object
sets the HttpEndpointDestinationConfiguration property (Structure)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def http_endpoint_destination_configuration=(value) update_property('http_endpoint_destination_configuration', value) end |
#kinesis_stream_source_configuration ⇒ Object
returns the KinesisStreamSourceConfiguration property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def kinesis_stream_source_configuration properties['kinesis_stream_source_configuration'] end |
#kinesis_stream_source_configuration=(value) ⇒ Object
sets the KinesisStreamSourceConfiguration property (Structure)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def kinesis_stream_source_configuration=(value) update_property('kinesis_stream_source_configuration', value) end |
#redshift_destination_configuration ⇒ Object
returns the RedshiftDestinationConfiguration property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def redshift_destination_configuration properties['redshift_destination_configuration'] end |
#redshift_destination_configuration=(value) ⇒ Object
sets the RedshiftDestinationConfiguration property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def redshift_destination_configuration=(value) update_property('redshift_destination_configuration', value) end |
#s3_destination_configuration ⇒ Object
returns the S3DestinationConfiguration property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def s3_destination_configuration properties['s3_destination_configuration'] end |
#s3_destination_configuration=(value) ⇒ Object
sets the S3DestinationConfiguration property (Structure)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def s3_destination_configuration=(value) update_property('s3_destination_configuration', value) end |
#splunk_destination_configuration ⇒ Object
returns the SplunkDestinationConfiguration property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def splunk_destination_configuration properties['splunk_destination_configuration'] end |
#splunk_destination_configuration=(value) ⇒ Object
sets the SplunkDestinationConfiguration property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def splunk_destination_configuration=(value) update_property('splunk_destination_configuration', value) end |
#tags ⇒ Object
returns the Tags property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def (value) update_property('tags', value) end |