pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.scheduler.kotlin.inputs
/
ScheduleTargetDeadLetterConfigArgs
Schedule
Target
Dead
Letter
Config
Args
data
class
ScheduleTargetDeadLetterConfigArgs
(
val
arn
:
Output
<
String
>
)
:
ConvertibleToJava
<
ScheduleTargetDeadLetterConfigArgs
>
Constructors
Functions
Properties
Constructors
Schedule
Target
Dead
Letter
Config
Args
Link copied to clipboard
fun
ScheduleTargetDeadLetterConfigArgs
(
arn
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ScheduleTargetDeadLetterConfigArgs
Properties
arn
Link copied to clipboard
val
arn
:
Output
<
String
>
ARN of the SQS queue specified as the destination for the dead-letter queue.