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

CapacityProvider

import type { CapacityProvider } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface CapacityProvider {
autoScalingGroupProvider?: AutoScalingGroupProvider | null;
capacityProviderArn?: string | null;
name?: string | null;
status?: CapacityProviderStatus | null;
tags?: Tag[] | null;
updateStatus?: CapacityProviderUpdateStatus | null;
updateStatusReason?: string | null;
}

§Properties

§
autoScalingGroupProvider?: AutoScalingGroupProvider | null
[src]
§
capacityProviderArn?: string | null
[src]
§
name?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
updateStatusReason?: string | null
[src]