Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deployment

import type { Deployment } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface Deployment {
ApplicationId?: string | null;
AppliedExtensions?: AppliedExtension[] | null;
CompletedAt?: Date | number | null;
ConfigurationLocationUri?: string | null;
ConfigurationName?: string | null;
ConfigurationProfileId?: string | null;
ConfigurationVersion?: string | null;
DeploymentDurationInMinutes?: number | null;
DeploymentNumber?: number | null;
DeploymentStrategyId?: string | null;
Description?: string | null;
EnvironmentId?: string | null;
EventLog?: DeploymentEvent[] | null;
FinalBakeTimeInMinutes?: number | null;
GrowthFactor?: number | null;
GrowthType?: GrowthType | null;
KmsKeyArn?: string | null;
KmsKeyIdentifier?: string | null;
PercentageComplete?: number | null;
StartedAt?: Date | number | null;
State?: DeploymentState | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The ID of the application that was deployed.

§
AppliedExtensions?: AppliedExtension[] | null
[src]

A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application when StartDeployment was called.

§
CompletedAt?: Date | number | null
[src]

The time the deployment completed.

§
ConfigurationLocationUri?: string | null
[src]

Information about the source location of the configuration.

§
ConfigurationName?: string | null
[src]

The name of the configuration.

§
ConfigurationProfileId?: string | null
[src]

The ID of the configuration profile that was deployed.

§
ConfigurationVersion?: string | null
[src]

The configuration version that was deployed.

§
DeploymentDurationInMinutes?: number | null
[src]

Total amount of time the deployment lasted.

§
DeploymentNumber?: number | null
[src]

The sequence number of the deployment.

§
DeploymentStrategyId?: string | null
[src]

The ID of the deployment strategy that was deployed.

§
Description?: string | null
[src]

The description of the deployment.

§
EnvironmentId?: string | null
[src]

The ID of the environment that was deployed.

§
EventLog?: DeploymentEvent[] | null
[src]

A list containing all events related to a deployment. The most recent events are displayed first.

§
FinalBakeTimeInMinutes?: number | null
[src]

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

§
GrowthFactor?: number | null
[src]

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

§
GrowthType?: GrowthType | null
[src]

The algorithm used to define how percentage grew over time.

§
KmsKeyArn?: string | null
[src]

The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.

§
KmsKeyIdentifier?: string | null
[src]

The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.

§
PercentageComplete?: number | null
[src]

The percentage of targets for which the deployment is available.

§
StartedAt?: Date | number | null
[src]

The time the deployment started.

§
State?: DeploymentState | null
[src]

The state of the deployment.