awscdk-construct-scte-scheduler
Version:
AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API
8 lines (7 loc) • 371 B
TypeScript
import type { RuntimeConfigAwsCredentialIdentityProvider } from "@aws-sdk/types";
import type { FromLoginCredentialsInit } from "./types";
/**
* Creates a credential provider that sources credentials from aws login cached tokens
* @internal
*/
export declare const fromLoginCredentials: (init?: FromLoginCredentialsInit) => RuntimeConfigAwsCredentialIdentityProvider;