View source: R/codedeploy_operations.R
codedeploy_update_deployment_group | R Documentation |
Changes information about a deployment group.
See https://www.paws-r-sdk.com/docs/codedeploy_update_deployment_group/ for full documentation.
codedeploy_update_deployment_group(
applicationName,
currentDeploymentGroupName,
newDeploymentGroupName = NULL,
deploymentConfigName = NULL,
ec2TagFilters = NULL,
onPremisesInstanceTagFilters = NULL,
autoScalingGroups = NULL,
serviceRoleArn = NULL,
triggerConfigurations = NULL,
alarmConfiguration = NULL,
autoRollbackConfiguration = NULL,
outdatedInstancesStrategy = NULL,
deploymentStyle = NULL,
blueGreenDeploymentConfiguration = NULL,
loadBalancerInfo = NULL,
ec2TagSet = NULL,
ecsServices = NULL,
onPremisesTagSet = NULL,
terminationHookEnabled = NULL
)
applicationName |
[required] The application name that corresponds to the deployment group to update. |
currentDeploymentGroupName |
[required] The current name of the deployment group. |
newDeploymentGroupName |
The new name of the deployment group, if you want to change it. |
deploymentConfigName |
The replacement deployment configuration name to use, if you want to change it. |
ec2TagFilters |
The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names. |
onPremisesInstanceTagFilters |
The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names. |
autoScalingGroups |
The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.
|
serviceRoleArn |
A replacement ARN for the service role, if you want to change it. |
triggerConfigurations |
Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the CodeDeploy User Guide. |
alarmConfiguration |
Information to add or change about Amazon CloudWatch alarms when the deployment group is updated. |
autoRollbackConfiguration |
Information for an automatic rollback configuration that is added or changed when a deployment group is updated. |
outdatedInstancesStrategy |
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision. If this option is set to If this option is set to |
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. |
blueGreenDeploymentConfiguration |
Information about blue/green deployment options for a deployment group. |
loadBalancerInfo |
Information about the load balancer used in a deployment. |
ec2TagSet |
Information about groups of tags applied to on-premises instances. The deployment group includes only Amazon EC2 instances identified by all the tag groups. |
ecsServices |
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 |
onPremisesTagSet |
Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups. |
terminationHookEnabled |
This parameter only applies if you are using CodeDeploy with Amazon EC2 Auto Scaling. For more information, see Integrating CodeDeploy with Amazon EC2 Auto Scaling in the CodeDeploy User Guide. Set For information about termination deployments, see Enabling termination deployments during Auto Scaling scale-in events in the CodeDeploy User Guide. For more information about Auto Scaling scale-in events, see the Scale in topic in the Amazon EC2 Auto Scaling User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.