Class: Humidifier::AppRunner::Service
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppRunner::Service resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#auto_scaling_configuration_arn ⇒ Object
returns the AutoScalingConfigurationArn property.
-
#auto_scaling_configuration_arn=(value) ⇒ Object
sets the AutoScalingConfigurationArn property (String).
-
#encryption_configuration ⇒ Object
returns the EncryptionConfiguration property.
-
#encryption_configuration=(value) ⇒ Object
sets the EncryptionConfiguration property (Structure).
-
#health_check_configuration ⇒ Object
returns the HealthCheckConfiguration property.
-
#health_check_configuration=(value) ⇒ Object
sets the HealthCheckConfiguration property (Structure).
-
#instance_configuration ⇒ Object
returns the InstanceConfiguration property.
-
#instance_configuration=(value) ⇒ Object
sets the InstanceConfiguration property (Structure).
-
#network_configuration ⇒ Object
returns the NetworkConfiguration property.
-
#network_configuration=(value) ⇒ Object
sets the NetworkConfiguration property (Structure).
-
#observability_configuration ⇒ Object
returns the ObservabilityConfiguration property.
-
#observability_configuration=(value) ⇒ Object
sets the ObservabilityConfiguration property (Structure).
-
#service_name ⇒ Object
returns the ServiceName property.
-
#service_name=(value) ⇒ Object
sets the ServiceName property (String).
-
#source_configuration ⇒ Object
returns the SourceConfiguration property.
-
#source_configuration=(value) ⇒ Object
sets the SourceConfiguration 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
#auto_scaling_configuration_arn ⇒ Object
returns the AutoScalingConfigurationArn property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def auto_scaling_configuration_arn properties['auto_scaling_configuration_arn'] end |
#auto_scaling_configuration_arn=(value) ⇒ Object
sets the AutoScalingConfigurationArn property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def auto_scaling_configuration_arn=(value) update_property('auto_scaling_configuration_arn', value) end |
#encryption_configuration ⇒ Object
returns the EncryptionConfiguration property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def encryption_configuration properties['encryption_configuration'] end |
#encryption_configuration=(value) ⇒ Object
sets the EncryptionConfiguration property (Structure)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def encryption_configuration=(value) update_property('encryption_configuration', value) end |
#health_check_configuration ⇒ Object
returns the HealthCheckConfiguration property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def health_check_configuration properties['health_check_configuration'] end |
#health_check_configuration=(value) ⇒ Object
sets the HealthCheckConfiguration property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def health_check_configuration=(value) update_property('health_check_configuration', value) end |
#instance_configuration ⇒ Object
returns the InstanceConfiguration property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def instance_configuration properties['instance_configuration'] end |
#instance_configuration=(value) ⇒ Object
sets the InstanceConfiguration property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def instance_configuration=(value) update_property('instance_configuration', value) end |
#network_configuration ⇒ Object
returns the NetworkConfiguration property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def network_configuration properties['network_configuration'] end |
#network_configuration=(value) ⇒ Object
sets the NetworkConfiguration property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def network_configuration=(value) update_property('network_configuration', value) end |
#observability_configuration ⇒ Object
returns the ObservabilityConfiguration property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def observability_configuration properties['observability_configuration'] end |
#observability_configuration=(value) ⇒ Object
sets the ObservabilityConfiguration property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def observability_configuration=(value) update_property('observability_configuration', value) end |
#service_name ⇒ Object
returns the ServiceName property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def service_name properties['service_name'] end |
#service_name=(value) ⇒ Object
sets the ServiceName property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def service_name=(value) update_property('service_name', value) end |
#source_configuration ⇒ Object
returns the SourceConfiguration property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def source_configuration properties['source_configuration'] end |
#source_configuration=(value) ⇒ Object
sets the SourceConfiguration property (Structure)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def source_configuration=(value) update_property('source_configuration', value) end |
#tags ⇒ Object
returns the Tags property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |