class LustreMaintenanceTime
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.LustreMaintenanceTime |
![]() | software.amazon.awscdk.services.fsx.LustreMaintenanceTime |
![]() | aws_cdk.aws_fsx.LustreMaintenanceTime |
![]() | @aws-cdk/aws-fsx » LustreMaintenanceTime |
Class for scheduling a weekly manitenance time.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as fsx from '@aws-cdk/aws-fsx';
const lustreMaintenanceTime = new fsx.LustreMaintenanceTime({
day: fsx.Weekday.MONDAY,
hour: 123,
minute: 123,
});
Initializer
new LustreMaintenanceTime(props: LustreMaintenanceTimeProps)
Parameters
Methods
Name | Description |
---|---|
to | Converts a day, hour, and minute into a timestamp as used by FSx for Lustre's weeklyMaintenanceStartTime field. |
toTimestamp()
public toTimestamp(): string
Returns
string
Converts a day, hour, and minute into a timestamp as used by FSx for Lustre's weeklyMaintenanceStartTime field.