All Classes
| Class | Description |
|---|---|
| AbstractLifecycleTestBase |
Abstract base class that does some of the mocking and proxy setup that you need for
testing each of your handlers consistently in order for CRUD + L
|
| AbstractMockTestBase<CLIENT extends software.amazon.awssdk.core.SdkClient> | |
| CRUDLifecycleTestBase<ResourceModelT,CallbackT extends software.amazon.cloudformation.proxy.StdCallbackContext> | |
| HandlerInvoke<ModelT,CallbackT extends software.amazon.cloudformation.proxy.StdCallbackContext> | |
| InjectProfileCredentials | |
| InjectSessionCredentials |
Annotation that can used on method or constructor parameters to inject AWS
named profiles to be used for testing purposes.
|
| KMSKeyEnabledServiceIntegrationTestBase |
Abstract base class we can derive from that adds support for a KMS key and has helpers methods
to update Key policy for accessing the key for service principal
|