DestinationOptions¶
-
class
aws_cdk.aws_lambda.
DestinationOptions
(*, type)¶ Bases:
object
Options when binding a destination to a function.
- Parameters
type (
DestinationType
) – The destination type.
Attributes
-
type
¶ The destination type.
- Return type