Class: Aws::CodeDeploy::Types::DeploymentGroupInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeploymentGroupInfo
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Information about a deployment group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
A list of alarms associated with the deployment group.
-
#application_name ⇒ String
The application name.
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Information about the automatic rollback configuration associated with the deployment group.
-
#auto_scaling_groups ⇒ Array<Types::AutoScalingGroup>
A list of associated Auto Scaling groups.
-
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Information about blue/green deployment options for a deployment group.
-
#compute_platform ⇒ String
The destination platform type for the deployment (
Lambda
,Server
, orECS
). -
#deployment_config_name ⇒ String
The deployment configuration name.
-
#deployment_group_id ⇒ String
The deployment group ID.
-
#deployment_group_name ⇒ String
The deployment group name.
-
#deployment_style ⇒ Types::DeploymentStyle
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
-
#ec2_tag_filters ⇒ Array<Types::EC2TagFilter>
The Amazon EC2 tags on which to filter.
-
#ec2_tag_set ⇒ Types::EC2TagSet
Information about groups of tags applied to an EC2 instance.
-
#ecs_services ⇒ Array<Types::ECSService>
The target Amazon ECS services in the deployment group.
-
#last_attempted_deployment ⇒ Types::LastDeploymentInfo
Information about the most recent attempted deployment to the deployment group.
-
#last_successful_deployment ⇒ Types::LastDeploymentInfo
Information about the most recent successful deployment to the deployment group.
-
#load_balancer_info ⇒ Types::LoadBalancerInfo
Information about the load balancer to use in a deployment.
-
#on_premises_instance_tag_filters ⇒ Array<Types::TagFilter>
The on-premises instance tags on which to filter.
-
#on_premises_tag_set ⇒ Types::OnPremisesTagSet
Information about groups of tags applied to an on-premises instance.
-
#outdated_instances_strategy ⇒ String
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed application revision.
-
#service_role_arn ⇒ String
A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf.
-
#target_revision ⇒ Types::RevisionLocation
Information about the deployment group's target revision, including type and location.
-
#trigger_configurations ⇒ Array<Types::TriggerConfig>
Information about triggers associated with the deployment group.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
A list of alarms associated with the deployment group.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#application_name ⇒ String
The application name.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Information about the automatic rollback configuration associated with the deployment group.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#auto_scaling_groups ⇒ Array<Types::AutoScalingGroup>
A list of associated Auto Scaling groups.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Information about blue/green deployment options for a deployment group.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#compute_platform ⇒ String
The destination platform type for the deployment (Lambda
,
Server
, or ECS
).
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#deployment_config_name ⇒ String
The deployment configuration name.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#deployment_group_id ⇒ String
The deployment group ID.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#deployment_group_name ⇒ String
The deployment group name.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#deployment_style ⇒ Types::DeploymentStyle
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#ec2_tag_filters ⇒ Array<Types::EC2TagFilter>
The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#ec2_tag_set ⇒ Types::EC2TagSet
Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#ecs_services ⇒ Array<Types::ECSService>
The target Amazon ECS services in the deployment group. This applies
only to deployment groups that use the Amazon ECS compute platform.
A target Amazon ECS service is specified as an Amazon ECS cluster
and service name pair using the format
<clustername>:<servicename>
.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#last_attempted_deployment ⇒ Types::LastDeploymentInfo
Information about the most recent attempted deployment to the deployment group.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#last_successful_deployment ⇒ Types::LastDeploymentInfo
Information about the most recent successful deployment to the deployment group.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#load_balancer_info ⇒ Types::LoadBalancerInfo
Information about the load balancer to use in a deployment.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#on_premises_instance_tag_filters ⇒ Array<Types::TagFilter>
The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#on_premises_tag_set ⇒ Types::OnPremisesTagSet
Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#outdated_instances_strategy ⇒ String
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed application revision.
If this option is set to UPDATE
or is unspecified, CodeDeploy
initiates one or more 'auto-update outdated instances' deployments
to apply the deployed application revision to the new EC2 instances.
If this option is set to IGNORE
, CodeDeploy does not initiate a
deployment to update the new EC2 instances. This may result in
instances having different revisions.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#service_role_arn ⇒ String
A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see Create a Service Role for AWS CodeDeploy in the AWS CodeDeploy User Guide.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#target_revision ⇒ Types::RevisionLocation
Information about the deployment group's target revision, including type and location.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |
#trigger_configurations ⇒ Array<Types::TriggerConfig>
Information about triggers associated with the deployment group.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1828 class DeploymentGroupInfo < Struct.new( :application_name, :deployment_group_id, :deployment_group_name, :deployment_config_name, :ec2_tag_filters, :on_premises_instance_tag_filters, :auto_scaling_groups, :service_role_arn, :target_revision, :trigger_configurations, :alarm_configuration, :auto_rollback_configuration, :deployment_style, :outdated_instances_strategy, :blue_green_deployment_configuration, :load_balancer_info, :last_successful_deployment, :last_attempted_deployment, :ec2_tag_set, :on_premises_tag_set, :compute_platform, :ecs_services) SENSITIVE = [] include Aws::Structure end |