Class: Humidifier::EC2::VPCEndpointConnectionNotification
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::EC2::VPCEndpointConnectionNotification resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#connection_events ⇒ Object
returns the ConnectionEvents property.
-
#connection_events=(value) ⇒ Object
sets the ConnectionEvents property (List).
-
#connection_notification_arn ⇒ Object
returns the ConnectionNotificationArn property.
-
#connection_notification_arn=(value) ⇒ Object
sets the ConnectionNotificationArn property (String).
-
#service_id ⇒ Object
returns the ServiceId property.
-
#service_id=(value) ⇒ Object
sets the ServiceId property (String).
-
#vpc_endpoint_id ⇒ Object
returns the VPCEndpointId property.
-
#vpc_endpoint_id=(value) ⇒ Object
sets the VPCEndpointId property (String).
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
#connection_events ⇒ Object
returns the ConnectionEvents property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def connection_events properties['connection_events'] end |
#connection_events=(value) ⇒ Object
sets the ConnectionEvents property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def connection_events=(value) update_property('connection_events', value) end |
#connection_notification_arn ⇒ Object
returns the ConnectionNotificationArn property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def connection_notification_arn properties['connection_notification_arn'] end |
#connection_notification_arn=(value) ⇒ Object
sets the ConnectionNotificationArn property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def connection_notification_arn=(value) update_property('connection_notification_arn', value) end |
#service_id ⇒ Object
returns the ServiceId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def service_id properties['service_id'] end |
#service_id=(value) ⇒ Object
sets the ServiceId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def service_id=(value) update_property('service_id', value) end |
#vpc_endpoint_id ⇒ Object
returns the VPCEndpointId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def vpc_endpoint_id properties['vpc_endpoint_id'] end |
#vpc_endpoint_id=(value) ⇒ Object
sets the VPCEndpointId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def vpc_endpoint_id=(value) update_property('vpc_endpoint_id', value) end |