toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.connect.kotlin.inputs
/
HoursOfOperationConfigStartTimeArgs
Hours
Of
Operation
Config
Start
Time
Args
data
class
HoursOfOperationConfigStartTimeArgs
(
val
hours
:
Output
<
Int
>
,
val
minutes
:
Output
<
Int
>
)
:
ConvertibleToJava
<
HoursOfOperationConfigStartTimeArgs
>
Members
Constructors
Hours
Of
Operation
Config
Start
Time
Args
Link copied to clipboard
constructor
(
hours
:
Output
<
Int
>
,
minutes
:
Output
<
Int
>
)
Properties
hours
Link copied to clipboard
val
hours
:
Output
<
Int
>
Specifies the hour of opening.
minutes
Link copied to clipboard
val
minutes
:
Output
<
Int
>
Specifies the minute of opening.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
HoursOfOperationConfigStartTimeArgs