UNPKG

@cdklabs/cdk-amazonmq

Version:
8 lines (7 loc) 156 B
/** * Amazon MQ for ActiveMQ's authentication strategy */ export declare enum ActiveMqAuthenticationStrategy { SIMPLE = "SIMPLE", LDAP = "LDAP" }