toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ssm.kotlin.outputs
/
DocumentParameter
Document
Parameter
data
class
DocumentParameter
(
val
defaultValue
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Document
Parameter
Link copied to clipboard
constructor
(
defaultValue
:
String
?
=
null
,
description
:
String
?
=
null
,
name
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
String
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of the document.
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the document.
type
Link copied to clipboard
val
type
:
String
?
=
null