ResourceBindOptions¶
-
class
aws_cdk.aws_lambda.
ResourceBindOptions
(*, resource_property=None)¶ Bases:
object
- Parameters
resource_property (
Optional
[str
]) – The name of the CloudFormation property to annotate with asset metadata. Default: Code
Attributes
-
resource_property
¶ The name of the CloudFormation property to annotate with asset metadata.
- Default
Code
- See
- Return type
Optional
[str
]