Deny Maintenance Period Args
data class DenyMaintenancePeriodArgs(val endDate: Output<String>? = null, val startDate: Output<String>? = null, val time: Output<String>? = null) : ConvertibleToJava<DenyMaintenancePeriodArgs>
Deny maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
Properties
Link copied to clipboard
Link copied to clipboard
"deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01