1
2
3
4
5
#[derive(Debug)]
pub struct CloudwatchConfig {
    pub namespace: String,
    pub service_name: String,
}