toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.apigee.kotlin.inputs
/
EnvironmentPropertiesPropertyArgs
Environment
Properties
Property
Args
data
class
EnvironmentPropertiesPropertyArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
EnvironmentPropertiesPropertyArgs
>
Members
Constructors
Environment
Properties
Property
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The property key.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The property value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EnvironmentPropertiesPropertyArgs