UNPKG

aws-cdk-cloudfront-key-pair

Version:

AWS CDK L3 construct for managing CloudFront trusted key group key pairs

9 lines (8 loc) 274 B
export interface CloudFrontKeyPairProps { /** @readonly Key Pair name */ readonly name: string; /** @readonly Key Pair description */ readonly description: string; /** @readonly Regions to replicate secrets to */ readonly secretRegions?: string[]; }