toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.kotlin.inputs
/
ProviderBatchingArgs
Provider
Batching
Args
data
class
ProviderBatchingArgs
(
val
enableBatching
:
Output
<
Boolean
>
?
=
null
,
val
sendAfter
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ProviderBatchingArgs
>
Members
Constructors
Provider
Batching
Args
Link copied to clipboard
constructor
(
enableBatching
:
Output
<
Boolean
>
?
=
null
,
sendAfter
:
Output
<
String
>
?
=
null
)
Properties
enable
Batching
Link copied to clipboard
val
enableBatching
:
Output
<
Boolean
>
?
=
null
send
After
Link copied to clipboard
val
sendAfter
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ProviderBatchingArgs