export interface CreateTagDto { arn: string; name: string; value: string; }