@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.235Z") @Stability(value=Experimental) public class ApiGateway extends software.amazon.jsii.JsiiObject implements IRuleTarget
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiGateway.Builder
(experimental) A fluent builder for
ApiGateway. |
software.amazon.jsii.JsiiObject.InitializationModeIRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
ApiGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApiGateway(software.amazon.jsii.JsiiObjectRef objRef) |
|
ApiGateway(RestApi restApi) |
|
ApiGateway(RestApi restApi,
ApiGatewayProps props) |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig |
bind(IRule rule)
(experimental) Returns a RuleTarget that can be used to trigger this API Gateway REST APIs as a result from an EventBridge event.
|
RuleTargetConfig |
bind(IRule rule,
String _id)
(experimental) Returns a RuleTarget that can be used to trigger this API Gateway REST APIs as a result from an EventBridge event.
|
RestApi |
getRestApi() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ApiGateway(software.amazon.jsii.JsiiObjectRef objRef)
protected ApiGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public ApiGateway(@NotNull
RestApi restApi,
@Nullable
ApiGatewayProps props)
restApi - This parameter is required.props - @Stability(value=Experimental)
public ApiGateway(@NotNull
RestApi restApi)
restApi - This parameter is required.@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule rule, @Nullable String _id)
bind in interface IRuleTargetrule - This parameter is required._id - https://docs.aws.amazon.com/eventbridge/latest/userguide/resource-based-policies-eventbridge.html#sqs-permissions@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule rule)
bind in interface IRuleTargetrule - This parameter is required.https://docs.aws.amazon.com/eventbridge/latest/userguide/resource-based-policies-eventbridge.html#sqs-permissions@Stability(value=Experimental) @NotNull public RestApi getRestApi()
Copyright © 2021. All rights reserved.