# PagerDuty::Schedules::Schedule SubSchedule ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Name" : String,
    "RenderedScheduleEntries" : [ [ RenderedScheduleEntries, ... ], ... ],
    "RenderedCoveragePercentage" : Double
}
### YAML
Name: String
RenderedScheduleEntries: 
      - 
      - RenderedScheduleEntries
RenderedCoveragePercentage: Double
## Properties #### Name The name of the subschedule _Required_: Yes _Type_: String _Allowed Values_: Final Scheduled | Overrides _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RenderedScheduleEntries This is a list of entries on the computed layer for the current time range. Since or until must be set in order for this field to be populated. _Required_: No _Type_: List of List of RenderedScheduleEntries _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RenderedCoveragePercentage _Required_: No _Type_: Double _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)