Class: Humidifier::CodeDeploy::DeploymentGroup
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::CodeDeploy::DeploymentGroup resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#alarm_configuration ⇒ Object
returns the AlarmConfiguration property.
-
#alarm_configuration=(value) ⇒ Object
sets the AlarmConfiguration property (Structure).
-
#application_name ⇒ Object
returns the ApplicationName property.
-
#application_name=(value) ⇒ Object
sets the ApplicationName property (String).
-
#auto_rollback_configuration ⇒ Object
returns the AutoRollbackConfiguration property.
-
#auto_rollback_configuration=(value) ⇒ Object
sets the AutoRollbackConfiguration property (Structure).
-
#auto_scaling_groups ⇒ Object
returns the AutoScalingGroups property.
-
#auto_scaling_groups=(value) ⇒ Object
sets the AutoScalingGroups property (List).
-
#blue_green_deployment_configuration ⇒ Object
returns the BlueGreenDeploymentConfiguration property.
-
#blue_green_deployment_configuration=(value) ⇒ Object
sets the BlueGreenDeploymentConfiguration property (Structure).
-
#deployment ⇒ Object
returns the Deployment property.
-
#deployment=(value) ⇒ Object
sets the Deployment property (Structure).
-
#deployment_config_name ⇒ Object
returns the DeploymentConfigName property.
-
#deployment_config_name=(value) ⇒ Object
sets the DeploymentConfigName property (String).
-
#deployment_group_name ⇒ Object
returns the DeploymentGroupName property.
-
#deployment_group_name=(value) ⇒ Object
sets the DeploymentGroupName property (String).
-
#deployment_style ⇒ Object
returns the DeploymentStyle property.
-
#deployment_style=(value) ⇒ Object
sets the DeploymentStyle property (Structure).
-
#ec2_tag_filters ⇒ Object
returns the Ec2TagFilters property.
-
#ec2_tag_filters=(value) ⇒ Object
sets the Ec2TagFilters property (List).
-
#ec2_tag_set ⇒ Object
returns the Ec2TagSet property.
-
#ec2_tag_set=(value) ⇒ Object
sets the Ec2TagSet property (Structure).
-
#ecs_services ⇒ Object
returns the ECSServices property.
-
#ecs_services=(value) ⇒ Object
sets the ECSServices property (List).
-
#load_balancer_info ⇒ Object
returns the LoadBalancerInfo property.
-
#load_balancer_info=(value) ⇒ Object
sets the LoadBalancerInfo property (Structure).
-
#on_premises_instance_tag_filters ⇒ Object
returns the OnPremisesInstanceTagFilters property.
-
#on_premises_instance_tag_filters=(value) ⇒ Object
sets the OnPremisesInstanceTagFilters property (List).
-
#on_premises_tag_set ⇒ Object
returns the OnPremisesTagSet property.
-
#on_premises_tag_set=(value) ⇒ Object
sets the OnPremisesTagSet property (Structure).
-
#outdated_instances_strategy ⇒ Object
returns the OutdatedInstancesStrategy property.
-
#outdated_instances_strategy=(value) ⇒ Object
sets the OutdatedInstancesStrategy property (String).
-
#service_role_arn ⇒ Object
returns the ServiceRoleArn property.
-
#service_role_arn=(value) ⇒ Object
sets the ServiceRoleArn property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#trigger_configurations ⇒ Object
returns the TriggerConfigurations property.
-
#trigger_configurations=(value) ⇒ Object
sets the TriggerConfigurations 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
#alarm_configuration ⇒ Object
returns the AlarmConfiguration property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def alarm_configuration properties['alarm_configuration'] end |
#alarm_configuration=(value) ⇒ Object
sets the AlarmConfiguration property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def alarm_configuration=(value) update_property('alarm_configuration', value) end |
#application_name ⇒ Object
returns the ApplicationName property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def application_name properties['application_name'] end |
#application_name=(value) ⇒ Object
sets the ApplicationName property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def application_name=(value) update_property('application_name', value) end |
#auto_rollback_configuration ⇒ Object
returns the AutoRollbackConfiguration property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def auto_rollback_configuration properties['auto_rollback_configuration'] end |
#auto_rollback_configuration=(value) ⇒ Object
sets the AutoRollbackConfiguration property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def auto_rollback_configuration=(value) update_property('auto_rollback_configuration', value) end |
#auto_scaling_groups ⇒ Object
returns the AutoScalingGroups property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def auto_scaling_groups properties['auto_scaling_groups'] end |
#auto_scaling_groups=(value) ⇒ Object
sets the AutoScalingGroups property (List)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def auto_scaling_groups=(value) update_property('auto_scaling_groups', value) end |
#blue_green_deployment_configuration ⇒ Object
returns the BlueGreenDeploymentConfiguration property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def blue_green_deployment_configuration properties['blue_green_deployment_configuration'] end |
#blue_green_deployment_configuration=(value) ⇒ Object
sets the BlueGreenDeploymentConfiguration property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def blue_green_deployment_configuration=(value) update_property('blue_green_deployment_configuration', value) end |
#deployment ⇒ Object
returns the Deployment property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def deployment properties['deployment'] end |
#deployment=(value) ⇒ Object
sets the Deployment property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def deployment=(value) update_property('deployment', value) end |
#deployment_config_name ⇒ Object
returns the DeploymentConfigName property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def deployment_config_name properties['deployment_config_name'] end |
#deployment_config_name=(value) ⇒ Object
sets the DeploymentConfigName property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def deployment_config_name=(value) update_property('deployment_config_name', value) end |
#deployment_group_name ⇒ Object
returns the DeploymentGroupName property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def deployment_group_name properties['deployment_group_name'] end |
#deployment_group_name=(value) ⇒ Object
sets the DeploymentGroupName property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def deployment_group_name=(value) update_property('deployment_group_name', value) end |
#deployment_style ⇒ Object
returns the DeploymentStyle property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def deployment_style properties['deployment_style'] end |
#deployment_style=(value) ⇒ Object
sets the DeploymentStyle property (Structure)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def deployment_style=(value) update_property('deployment_style', value) end |
#ec2_tag_filters ⇒ Object
returns the Ec2TagFilters property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def ec2_tag_filters properties['ec2_tag_filters'] end |
#ec2_tag_filters=(value) ⇒ Object
sets the Ec2TagFilters property (List)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def ec2_tag_filters=(value) update_property('ec2_tag_filters', value) end |
#ec2_tag_set ⇒ Object
returns the Ec2TagSet property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def ec2_tag_set properties['ec2_tag_set'] end |
#ec2_tag_set=(value) ⇒ Object
sets the Ec2TagSet property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def ec2_tag_set=(value) update_property('ec2_tag_set', value) end |
#ecs_services ⇒ Object
returns the ECSServices property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def ecs_services properties['ecs_services'] end |
#ecs_services=(value) ⇒ Object
sets the ECSServices property (List)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def ecs_services=(value) update_property('ecs_services', value) end |
#load_balancer_info ⇒ Object
returns the LoadBalancerInfo property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def load_balancer_info properties['load_balancer_info'] end |
#load_balancer_info=(value) ⇒ Object
sets the LoadBalancerInfo property (Structure)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def load_balancer_info=(value) update_property('load_balancer_info', value) end |
#on_premises_instance_tag_filters ⇒ Object
returns the OnPremisesInstanceTagFilters property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def on_premises_instance_tag_filters properties['on_premises_instance_tag_filters'] end |
#on_premises_instance_tag_filters=(value) ⇒ Object
sets the OnPremisesInstanceTagFilters property (List)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def on_premises_instance_tag_filters=(value) update_property('on_premises_instance_tag_filters', value) end |
#on_premises_tag_set ⇒ Object
returns the OnPremisesTagSet property
150 151 152 |
# File 'lib/humidifier/magic.rb', line 150 def on_premises_tag_set properties['on_premises_tag_set'] end |
#on_premises_tag_set=(value) ⇒ Object
sets the OnPremisesTagSet property (Structure)
155 156 157 |
# File 'lib/humidifier/magic.rb', line 155 def on_premises_tag_set=(value) update_property('on_premises_tag_set', value) end |
#outdated_instances_strategy ⇒ Object
returns the OutdatedInstancesStrategy property
160 161 162 |
# File 'lib/humidifier/magic.rb', line 160 def outdated_instances_strategy properties['outdated_instances_strategy'] end |
#outdated_instances_strategy=(value) ⇒ Object
sets the OutdatedInstancesStrategy property (String)
165 166 167 |
# File 'lib/humidifier/magic.rb', line 165 def outdated_instances_strategy=(value) update_property('outdated_instances_strategy', value) end |
#service_role_arn ⇒ Object
returns the ServiceRoleArn property
170 171 172 |
# File 'lib/humidifier/magic.rb', line 170 def service_role_arn properties['service_role_arn'] end |
#service_role_arn=(value) ⇒ Object
sets the ServiceRoleArn property (String)
175 176 177 |
# File 'lib/humidifier/magic.rb', line 175 def service_role_arn=(value) update_property('service_role_arn', value) end |
#tags ⇒ Object
returns the Tags property
180 181 182 |
# File 'lib/humidifier/magic.rb', line 180 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
185 186 187 |
# File 'lib/humidifier/magic.rb', line 185 def (value) update_property('tags', value) end |
#trigger_configurations ⇒ Object
returns the TriggerConfigurations property
190 191 192 |
# File 'lib/humidifier/magic.rb', line 190 def trigger_configurations properties['trigger_configurations'] end |
#trigger_configurations=(value) ⇒ Object
sets the TriggerConfigurations property (List)
195 196 197 |
# File 'lib/humidifier/magic.rb', line 195 def trigger_configurations=(value) update_property('trigger_configurations', value) end |