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_platform ⇒ String

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_time ⇒ Time

The time at which the deployment configuration was created.

Returns:

  • (Time) —

    The time at which the deployment configuration was created.

#deployment_config_id ⇒ String

The deployment configuration ID.

Returns:

  • (String) —

    The deployment configuration ID.

#deployment_config_name ⇒ String

The deployment configuration name.

Returns:

  • (String) —

    The deployment configuration name.

#minimum_healthy_hosts ⇒ Types::MinimumHealthyHosts

Information about the number or percentage of minimum healthy instance.

Returns:

#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.

Returns: