public static interface FunctionResource.DeadLetterConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionResource.DeadLetterConfigProperty.Builder
A builder for
FunctionResource.DeadLetterConfigProperty |
static class |
FunctionResource.DeadLetterConfigProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionResource.DeadLetterConfigProperty.Builder |
builder() |
Object |
getTargetArn()
``FunctionResource.DeadLetterConfigProperty.TargetArn``
|
void |
setTargetArn(String value)
``FunctionResource.DeadLetterConfigProperty.TargetArn``
|
void |
setTargetArn(software.amazon.awscdk.Token value)
``FunctionResource.DeadLetterConfigProperty.TargetArn``
|
Object getTargetArn()
void setTargetArn(String value)
void setTargetArn(software.amazon.awscdk.Token value)
static FunctionResource.DeadLetterConfigProperty.Builder builder()
Copyright © 2018. All rights reserved.