Class: Aws::CodeDeploy::Types::DeploymentConfigInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about a deployment configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_platformString

The destination platform type for the deployment (Lambda, Server, or ECS).

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-codedeploy/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_timeTime

The time at which the deployment configuration was created.

Returns:

  • (Time)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-codedeploy/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_idString

The deployment configuration ID.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-codedeploy/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_nameString

The deployment configuration name.

Returns:

  • (String)


1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-codedeploy/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_hostsTypes::MinimumHealthyHosts

Information about the number or percentage of minimum healthy instances.



1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-codedeploy/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_configTypes::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 'gems/aws-sdk-codedeploy/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_configTypes::ZonalConfig

Information about a zonal configuration.

Returns:



1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
# File 'gems/aws-sdk-codedeploy/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