pulumi-gcp-kotlin
7.2.2.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.integrationconnectors.kotlin.inputs
/
ConnectionLockConfigArgs
Connection
Lock
Config
Args
data
class
ConnectionLockConfigArgs
(
val
locked
:
Output
<
Boolean
>
,
val
reason
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ConnectionLockConfigArgs
>
Constructors
Functions
Properties
Constructors
Connection
Lock
Config
Args
Link copied to clipboard
fun
ConnectionLockConfigArgs
(
locked
:
Output
<
Boolean
>
,
reason
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConnectionLockConfigArgs
Properties
locked
Link copied to clipboard
val
locked
:
Output
<
Boolean
>
Indicates whether or not the connection is locked.
reason
Link copied to clipboard
val
reason
:
Output
<
String
>
?
=
null
Describes why a connection is locked.