You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppConfig::Types::DeploymentStrategy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_duration_in_minutes ⇒ Integer

Total amount of time the deployment lasted.

Returns:

  • (Integer) —

    Total amount of time the deployment lasted.

#description ⇒ String

The description of the deployment strategy.

Returns:

  • (String) —

    The description of the deployment strategy.

#final_bake_time_in_minutes ⇒ Integer

The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.

Returns:

  • (Integer) —

    The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.

#growth_factor ⇒ Float

The percentage of targets that received a deployed configuration during each interval.

Returns:

  • (Float) —

    The percentage of targets that received a deployed configuration during each interval.

#growth_type ⇒ String

The algorithm used to define how percentage grew over time.

Possible values:

  • LINEAR
  • EXPONENTIAL

Returns:

  • (String) —

    The algorithm used to define how percentage grew over time.

#id ⇒ String

The deployment strategy ID.

Returns:

  • (String) —

    The deployment strategy ID.

#name ⇒ String

The name of the deployment strategy.

Returns:

  • (String) —

    The name of the deployment strategy.

#replicate_to ⇒ String

Save the deployment strategy to a Systems Manager (SSM) document.

Possible values:

  • NONE
  • SSM_DOCUMENT

Returns:

  • (String) —

    Save the deployment strategy to a Systems Manager (SSM) document.