Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DeploymentSummary

Information about the deployment.

Hierarchy

  • DeploymentSummary

Properties

CompletedAt?: Date

Time the deployment completed.

ConfigurationName?: string

The name of the configuration.

ConfigurationVersion?: string

The version of the configuration.

DeploymentDurationInMinutes?: number

Total amount of time the deployment lasted.

DeploymentNumber?: number

The sequence number of the deployment.

FinalBakeTimeInMinutes?: number

The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

GrowthFactor?: number

The percentage of targets to receive a deployed configuration during each interval.

GrowthType?: string

The algorithm used to define how percentage grows over time.

PercentageComplete?: number

The percentage of targets for which the deployment is available.

StartedAt?: Date

Time the deployment started.

State?: string

The state of the deployment.