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
show all
Defined in:
(unknown)

Overview

Information about a deployment configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_platformString

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

Possible values:

  • Server
  • Lambda
  • ECS

Returns:

  • (String)

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

#create_timeTime

The time at which the deployment configuration was created.

Returns:

  • (Time)

    The time at which the deployment configuration was created.

#deployment_config_idString

The deployment configuration ID.

Returns:

  • (String)

    The deployment configuration ID.

#deployment_config_nameString

The deployment configuration name.

Returns:

  • (String)

    The deployment configuration name.

#minimum_healthy_hostsTypes::MinimumHealthyHosts

Information about the number or percentage of minimum healthy instance.

Returns:

#traffic_routing_configTypes::TrafficRoutingConfig

The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.

Returns: