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_minutesInteger

Total amount of time the deployment lasted.

Returns:

  • (Integer)

    Total amount of time the deployment lasted.

#descriptionString

The description of the deployment strategy.

Returns:

  • (String)

    The description of the deployment strategy.

#final_bake_time_in_minutesInteger

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_factorFloat

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_typeString

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.

#idString

The deployment strategy ID.

Returns:

  • (String)

    The deployment strategy ID.

#nameString

The name of the deployment strategy.

Returns:

  • (String)

    The name of the deployment strategy.

#replicate_toString

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.