Class ApiGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
ApiGatewayProps
,TargetBaseProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApiGatewayProps
ApiGatewayProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.events.targets.ApiGatewayProps
ApiGatewayProps.Builder, ApiGatewayProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ApiGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApiGatewayProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IQueue
The SQS queue to be used as deadLetterQueue.final IRole
The role to assume before invoking the target (i.e., the pipeline) when the given rule is triggered.The headers to be set when requesting API.final Duration
The maximum age of a request that Lambda sends to a function for processing.final String
The method for api resource invoked by the rule.final String
getPath()
The api resource invoked by the rule.The path parameter values to be used to populate to wildcards("*") of requesting api path.final RuleTargetInput
This will be the post request body send to the API.The query parameters to be set when requesting API.final Number
The maximum number of times to retry when the function returns an error.final String
getStage()
The deploy stage of api gateway invoked by the rule.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theApiGatewayProps.Builder
.
-
-
Method Details
-
getEventRole
Description copied from interface:ApiGatewayProps
The role to assume before invoking the target (i.e., the pipeline) when the given rule is triggered.Default: - a new role will be created
- Specified by:
getEventRole
in interfaceApiGatewayProps
-
getHeaderParameters
Description copied from interface:ApiGatewayProps
The headers to be set when requesting API.Default: no header parameters
- Specified by:
getHeaderParameters
in interfaceApiGatewayProps
-
getMethod
Description copied from interface:ApiGatewayProps
The method for api resource invoked by the rule.Default: '*' that treated as ANY
- Specified by:
getMethod
in interfaceApiGatewayProps
-
getPath
Description copied from interface:ApiGatewayProps
The api resource invoked by the rule.We can use wildcards('*') to specify the path. In that case, an equal number of real values must be specified for pathParameterValues.
Default: '/'
- Specified by:
getPath
in interfaceApiGatewayProps
-
getPathParameterValues
Description copied from interface:ApiGatewayProps
The path parameter values to be used to populate to wildcards("*") of requesting api path.Default: no path parameters
- Specified by:
getPathParameterValues
in interfaceApiGatewayProps
-
getPostBody
Description copied from interface:ApiGatewayProps
This will be the post request body send to the API.Default: the entire EventBridge event
- Specified by:
getPostBody
in interfaceApiGatewayProps
-
getQueryStringParameters
Description copied from interface:ApiGatewayProps
The query parameters to be set when requesting API.Default: no querystring parameters
- Specified by:
getQueryStringParameters
in interfaceApiGatewayProps
-
getStage
Description copied from interface:ApiGatewayProps
The deploy stage of api gateway invoked by the rule.Default: the value of deploymentStage.stageName of target api gateway.
- Specified by:
getStage
in interfaceApiGatewayProps
-
getDeadLetterQueue
Description copied from interface:TargetBaseProps
The SQS queue to be used as deadLetterQueue. Check out the considerations for using a dead-letter queue.The events not successfully delivered are automatically retried for a specified period of time, depending on the retry policy of the target. If an event is not delivered before all retry attempts are exhausted, it will be sent to the dead letter queue.
Default: - no dead-letter queue
- Specified by:
getDeadLetterQueue
in interfaceTargetBaseProps
-
getMaxEventAge
Description copied from interface:TargetBaseProps
The maximum age of a request that Lambda sends to a function for processing.Minimum value of 60. Maximum value of 86400.
Default: Duration.hours(24)
- Specified by:
getMaxEventAge
in interfaceTargetBaseProps
-
getRetryAttempts
Description copied from interface:TargetBaseProps
The maximum number of times to retry when the function returns an error.Minimum value of 0. Maximum value of 185.
Default: 185
- Specified by:
getRetryAttempts
in interfaceTargetBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-