pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.message.kotlin
/
ServiceQueueArgs
/
ServiceQueueArgs
Service
Queue
Args
fun
ServiceQueueArgs
(
delaySeconds
:
Output
<
Int
>
?
=
null
,
loggingEnabled
:
Output
<
Boolean
>
?
=
null
,
maximumMessageSize
:
Output
<
Int
>
?
=
null
,
messageRetentionPeriod
:
Output
<
Int
>
?
=
null
,
pollingWaitSeconds
:
Output
<
Int
>
?
=
null
,
queueName
:
Output
<
String
>
?
=
null
,
visibilityTimeout
:
Output
<
Int
>
?
=
null
)