toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.datazone.kotlin.outputs
/
EnvironmentProfileUserParameter
Environment
Profile
User
Parameter
data
class
EnvironmentProfileUserParameter
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Environment
Profile
User
Parameter
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the environment profile parameter.
value
Link copied to clipboard
val
value
:
String
?
=
null
Value of the environment profile parameter.