You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeDeploy::Types::DeploymentConfigInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeploymentConfigInfo
- Defined in:
- (unknown)
Overview
Information about a deployment configuration.
Returned by:
Instance Attribute Summary collapse
-
#compute_platform ⇒ String
The destination platform type for the deployment (
Lambda
,Server
, orECS
). -
#create_time ⇒ Time
The time at which the deployment configuration was created.
-
#deployment_config_id ⇒ String
The deployment configuration ID.
-
#deployment_config_name ⇒ String
The deployment configuration name.
-
#minimum_healthy_hosts ⇒ Types::MinimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
-
#traffic_routing_config ⇒ Types::TrafficRoutingConfig
The configuration that specifies how the deployment traffic is routed.
Instance Attribute Details
#compute_platform ⇒ String
The destination platform type for the deployment (Lambda
, Server
, or
ECS
).
Possible values:
- Server
- Lambda
- ECS
#create_time ⇒ Time
The time at which the deployment configuration was created.
#deployment_config_id ⇒ String
The deployment configuration ID.
#deployment_config_name ⇒ String
The deployment configuration name.
#minimum_healthy_hosts ⇒ Types::MinimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
#traffic_routing_config ⇒ Types::TrafficRoutingConfig
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.