class MaintenanceDay
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.MaintenanceDay |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#MaintenanceDay |
Java | software.amazon.awscdk.services.medialive.alpha.MaintenanceDay |
Python | aws_cdk.aws_medialive_alpha.MaintenanceDay |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป MaintenanceDay |
Day of the week for maintenance.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const maintenanceDay = medialive_alpha.MaintenanceDay.FRIDAY;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static FRIDAY | Maintenance | Friday. |
| static MONDAY | Maintenance | Monday. |
| static SATURDAY | Maintenance | Saturday. |
| static SUNDAY | Maintenance | Sunday. |
| static THURSDAY | Maintenance | Thursday. |
| static TUESDAY | Maintenance | Tuesday. |
| static WEDNESDAY | Maintenance | Wednesday. |
value
Type:
string
The underlying string value passed to CloudFormation.
static FRIDAY
Type:
Maintenance
Friday.
static MONDAY
Type:
Maintenance
Monday.
static SATURDAY
Type:
Maintenance
Saturday.
static SUNDAY
Type:
Maintenance
Sunday.
static THURSDAY
Type:
Maintenance
Thursday.
static TUESDAY
Type:
Maintenance
Tuesday.
static WEDNESDAY
Type:
Maintenance
Wednesday.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): MaintenanceDay
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (