![]() |
![]()
| ![]() |
![]()
NAMEPaws::CodeDeploy::DeploymentInfo USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CodeDeploy::DeploymentInfo object: $service_obj->Method(Att1 => { AdditionalDeploymentStatusInfo => $value, ..., UpdateOutdatedInstancesOnly => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodeDeploy::DeploymentInfo object: $result = $service_obj->Method(...); $result->Att1->AdditionalDeploymentStatusInfo DESCRIPTIONInformation about a deployment. ATTRIBUTESAdditionalDeploymentStatusInfo => StrProvides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated. ApplicationName => StrThe application name. AutoRollbackConfiguration => Paws::CodeDeploy::AutoRollbackConfigurationInformation about the automatic rollback configuration associated with the deployment. BlueGreenDeploymentConfiguration => Paws::CodeDeploy::BlueGreenDeploymentConfigurationInformation about blue/green deployment options for this deployment. CompleteTime => StrA timestamp that indicates when the deployment was complete. ComputePlatform => StrThe destination platform type for the deployment ("Lambda", "Server", or "ECS"). CreateTime => StrA timestamp that indicates when the deployment was created. Creator => StrThe means by which the deployment was created:
DeploymentConfigName => StrThe deployment configuration name. DeploymentGroupName => StrThe deployment group name. DeploymentId => StrThe unique ID of a deployment. DeploymentOverview => Paws::CodeDeploy::DeploymentOverviewA summary of the deployment status of the instances in the deployment. DeploymentStatusMessages => ArrayRef[Str|Undef]Messages that contain information about the status of a deployment. DeploymentStyle => Paws::CodeDeploy::DeploymentStyleInformation 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. Description => StrA comment about the deployment. ErrorInformation => Paws::CodeDeploy::ErrorInformationInformation about any error associated with this deployment. ExternalId => StrThe unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment. FileExistsBehavior => StrInformation about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't part of the previous successful deployment.
IgnoreApplicationStopFailures => BoolIf true, then if an "ApplicationStop", "BeforeBlockTraffic", or "AfterBlockTraffic" deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if "ApplicationStop" fails, the deployment continues with DownloadBundle. If "BeforeBlockTraffic" fails, the deployment continues with "BlockTraffic". If "AfterBlockTraffic" fails, the deployment continues with "ApplicationStop". If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted. During a deployment, the AWS CodeDeploy agent runs the scripts specified for "ApplicationStop", "BeforeBlockTraffic", and "AfterBlockTraffic" in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail. If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use "ignoreApplicationStopFailures" to specify that the "ApplicationStop", "BeforeBlockTraffic", and "AfterBlockTraffic" failures should be ignored. InstanceTerminationWaitTimeStarted => BoolIndicates whether the wait period set for the termination of instances in the original environment has started. Status is 'false' if the KEEP_ALIVE option is specified. Otherwise, 'true' as soon as the termination wait period starts. LoadBalancerInfo => Paws::CodeDeploy::LoadBalancerInfoInformation about the load balancer used in the deployment. PreviousRevision => Paws::CodeDeploy::RevisionLocationInformation about the application revision that was deployed to the deployment group before the most recent successful deployment. RelatedDeployments => Paws::CodeDeploy::RelatedDeploymentsRevision => Paws::CodeDeploy::RevisionLocationInformation about the location of stored application artifacts and the service from which to retrieve them. RollbackInfo => Paws::CodeDeploy::RollbackInfoInformation about a deployment rollback. StartTime => StrA timestamp that indicates when the deployment was deployed to the deployment group. In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process. Status => StrThe current state of the deployment as a whole. TargetInstances => Paws::CodeDeploy::TargetInstancesInformation about the instances that belong to the replacement environment in a blue/green deployment. UpdateOutdatedInstancesOnly => BoolIndicates whether only instances that are not running the latest application revision are to be deployed to. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CodeDeploy BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|