UNPKG

@cdklabs/cdk-amazonmq

Version:
12 lines (11 loc) 257 B
import { SecretValue } from "aws-cdk-lib"; export interface Admin { /** * Sets the administrative user name. */ readonly username: string; /** * Sets the administrative user password. */ readonly password: SecretValue; }