| Class | Description |
|---|---|
| AbstractCustomResourceHandler |
Handler base class providing core functionality for sending responses to custom CloudFormation resources after
receiving some event.
|
| Response |
Models the arbitrary data to be sent to the custom resource in response to a CloudFormation event.
|
| Response.Builder |
For building Response instances.
|
| Enum | Description |
|---|---|
| Response.Status |
Indicates whether a response is a success or failure.
|
| Exception | Description |
|---|---|
| CustomResourceResponseException |
Indicates an error while generating or serializing a response to be sent to a custom resource.
|
Copyright © 2023. All rights reserved.