import type { CloudFormationValue } from "../../CloudFormation/IntrinsicFunctions";
export interface PollyFullAccessPolicy {
    PollyFullAccessPolicy: {
        LexiconName: CloudFormationValue;
    };
}
