pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ssmincidents.kotlin.outputs
/
ResponsePlanSsmParameter
Response
Plan
Ssm
Parameter
data
class
ResponsePlanSsmParameter
(
val
key
:
String
,
val
values
:
List
<
String
>
)
A parameter to set when starting the SSM automation document.
Types
Constructors
Properties
Constructors
Response
Plan
Ssm
Parameter
Link copied to clipboard
fun
ResponsePlanSsmParameter
(
key
:
String
,
values
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
values
Link copied to clipboard
val
values
:
List
<
String
>