toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.autoscaling.kotlin.inputs
/
GetScheduledActionPlainArgs
Get
Scheduled
Action
Plain
Args
data
class
GetScheduledActionPlainArgs
(
val
autoScalingGroupName
:
String
,
val
scheduledActionName
:
String
)
:
ConvertibleToJava
<
GetScheduledActionPlainArgs
>
Members
Constructors
Get
Scheduled
Action
Plain
Args
Link copied to clipboard
constructor
(
autoScalingGroupName
:
String
,
scheduledActionName
:
String
)
Properties
auto
Scaling
Group
Name
Link copied to clipboard
val
autoScalingGroupName
:
String
The name of the Auto Scaling group.
scheduled
Action
Name
Link copied to clipboard
val
scheduledActionName
:
String
Auto-generated unique identifier
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetScheduledActionPlainArgs