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

AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails

import type { AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Determines whether a service deployment fails if a service cannot reach a steady state.

interface AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails {
Enable?: boolean | null;
Rollback?: boolean | null;
}

§Properties

§
Enable?: boolean | null
[src]

Whether to enable the deployment circuit breaker logic for the service.

§
Rollback?: boolean | null
[src]

Whether to roll back the service if a service deployment fails. If rollback is enabled, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.