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

AwsEcsClusterDefaultCapacityProviderStrategyDetails

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

The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.

interface AwsEcsClusterDefaultCapacityProviderStrategyDetails {
Base?: number | null;
CapacityProvider?: string | null;
Weight?: number | null;
}

§Properties

§
Base?: number | null
[src]

The minimum number of tasks to run on the specified capacity provider.

§
CapacityProvider?: string | null
[src]

The name of the capacity provider.

§
Weight?: number | null
[src]

The relative percentage of the total number of tasks launched that should use the capacity provider.