Skip to main content
Module

x/aws_api/client/credentials.ts>EcsTaskCredentials

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
class EcsTaskCredentials
import { EcsTaskCredentials } from "https://deno.land/x/aws_api@v0.8.1/client/credentials.ts";

Implements the "IAM roles for tasks" feature of Amazon ECS. Dynamically fetches credentials from the ECS runtime via HTTP.

Constructors

new
EcsTaskCredentials(opts?: { relativeUri?: string; fullUri?: string; serviceEndpoint?: string; authHeader?: string; })