export interface AdditionalQueue { /** * Amazon Resource Name for the Queue component. */ arn: string; /** * Endpoint of the Queue component in AWS. */ url: string; } export interface DnsDkimRecord { /** * Name of the Record. */ name: string; /** * Token of the Record. */ token: string; }