UNPKG

cdk-encrypted-secret

Version:

CDK Construct that creates an AWS Secret Manager Secret and sets the value from an encrypted Ciphertext.

8 lines (7 loc) 195 B
import { AwsCredentialIdentity } from "@smithy/types"; /** * @internal */ export interface InstanceMetadataCredentials extends AwsCredentialIdentity { readonly originalExpiration?: Date; }