| Package | Description |
|---|---|
| software.amazon.awscdk.integtests |
integ-tests
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAwsApiCall.Jsii$Default
Internal default implementation for
IAwsApiCall. |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsApiCall
(experimental) Construct that creates a custom resource that will perform a query using the AWS SDK.
|
static class |
IAwsApiCall.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LambdaInvokeFunction
(experimental) An AWS Lambda Invoke function API call.
|
| Modifier and Type | Method and Description |
|---|---|
IAwsApiCall |
IDeployAssert.awsApiCall(String service,
String api)
(experimental) Query AWS using JavaScript SDK V2 API calls.
|
IAwsApiCall |
IDeployAssert.Jsii$Proxy.awsApiCall(String service,
String api)
(experimental) Query AWS using JavaScript SDK V2 API calls.
|
IAwsApiCall |
IDeployAssert.awsApiCall(String service,
String api,
Object parameters)
(experimental) Query AWS using JavaScript SDK V2 API calls.
|
IAwsApiCall |
IDeployAssert.Jsii$Proxy.awsApiCall(String service,
String api,
Object parameters)
(experimental) Query AWS using JavaScript SDK V2 API calls.
|
default IAwsApiCall |
IDeployAssert.Jsii$Default.awsApiCall(String service,
String api,
Object parameters)
(experimental) Query AWS using JavaScript SDK V2 API calls.
|
IAwsApiCall |
IDeployAssert.invokeFunction(LambdaInvokeFunctionProps props)
(experimental) Invoke a lambda function and return the response which can be asserted.
|
IAwsApiCall |
IDeployAssert.Jsii$Proxy.invokeFunction(LambdaInvokeFunctionProps props)
(experimental) Invoke a lambda function and return the response which can be asserted.
|
default IAwsApiCall |
IDeployAssert.Jsii$Default.invokeFunction(LambdaInvokeFunctionProps props)
(experimental) Invoke a lambda function and return the response which can be asserted.
|
| Modifier and Type | Method and Description |
|---|---|
static ActualResult |
ActualResult.fromAwsApiCall(IAwsApiCall query,
String attribute)
(experimental) Get the actual results from a AwsApiCall.
|
Copyright © 2022. All rights reserved.