{name:"when timezoneUTCOffset is provided and feature is enabled",timezoneUTCOffset:"+1234",expectedLabelOptions:&cloudwatch.LabelOptions{Timezone:aws.String("+1234")},featureEnabled:true},
{name:"when timezoneUTCOffset is not provided and feature is enabled",timezoneUTCOffset:"",expectedLabelOptions:nil,featureEnabled:true},
{name:"when timezoneUTCOffset is provided and feature is disabled",timezoneUTCOffset:"+1234",expectedLabelOptions:nil,featureEnabled:false},
{name:"when timezoneUTCOffset is not provided and feature is disabled",timezoneUTCOffset:"",expectedLabelOptions:nil,featureEnabled:false},