UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

13 lines (10 loc) 260 B
import {Token} from '../token'; export class SSOTokenProvider extends Token { /** * Creates a new SSOTokenProvider object. */ constructor(options?: SSOTokenProviderOptions); } export interface SSOTokenProviderOptions { profile?: string }