Class: Aws::CodeDeploy::Types::DeploymentConfigInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeploymentConfigInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Information about a deployment configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_platform ⇒ String
The destination platform type for the deployment (‘Lambda`, `Server`, or `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 instances.
-
#traffic_routing_config ⇒ Types::TrafficRoutingConfig
The configuration that specifies how the deployment traffic is routed.
-
#zonal_config ⇒ Types::ZonalConfig
Information about a zonal configuration.
Instance Attribute Details
#compute_platform ⇒ String
The destination platform type for the deployment (‘Lambda`, `Server`, or `ECS`).
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1333 class DeploymentConfigInfo < Struct.new( :deployment_config_id, :deployment_config_name, :minimum_healthy_hosts, :create_time, :compute_platform, :traffic_routing_config, :zonal_config) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the deployment configuration was created.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1333 class DeploymentConfigInfo < Struct.new( :deployment_config_id, :deployment_config_name, :minimum_healthy_hosts, :create_time, :compute_platform, :traffic_routing_config, :zonal_config) SENSITIVE = [] include Aws::Structure end |
#deployment_config_id ⇒ String
The deployment configuration ID.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1333 class DeploymentConfigInfo < Struct.new( :deployment_config_id, :deployment_config_name, :minimum_healthy_hosts, :create_time, :compute_platform, :traffic_routing_config, :zonal_config) SENSITIVE = [] include Aws::Structure end |
#deployment_config_name ⇒ String
The deployment configuration name.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1333 class DeploymentConfigInfo < Struct.new( :deployment_config_id, :deployment_config_name, :minimum_healthy_hosts, :create_time, :compute_platform, :traffic_routing_config, :zonal_config) SENSITIVE = [] include Aws::Structure end |
#minimum_healthy_hosts ⇒ Types::MinimumHealthyHosts
Information about the number or percentage of minimum healthy instances.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1333 class DeploymentConfigInfo < Struct.new( :deployment_config_id, :deployment_config_name, :minimum_healthy_hosts, :create_time, :compute_platform, :traffic_routing_config, :zonal_config) SENSITIVE = [] include Aws::Structure end |
#traffic_routing_config ⇒ Types::TrafficRoutingConfig
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1333 class DeploymentConfigInfo < Struct.new( :deployment_config_id, :deployment_config_name, :minimum_healthy_hosts, :create_time, :compute_platform, :traffic_routing_config, :zonal_config) SENSITIVE = [] include Aws::Structure end |
#zonal_config ⇒ Types::ZonalConfig
Information about a zonal configuration.
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1333 class DeploymentConfigInfo < Struct.new( :deployment_config_id, :deployment_config_name, :minimum_healthy_hosts, :create_time, :compute_platform, :traffic_routing_config, :zonal_config) SENSITIVE = [] include Aws::Structure end |