@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.252Z") @Stability(value=Stable) public interface CfnApiDestinationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.events.*;
CfnApiDestinationProps cfnApiDestinationProps = CfnApiDestinationProps.builder()
.connectionArn("connectionArn")
.httpMethod("httpMethod")
.invocationEndpoint("invocationEndpoint")
// the properties below are optional
.description("description")
.invocationRateLimitPerSecond(123)
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiDestinationProps.Builder
A builder for
CfnApiDestinationProps |
static class |
CfnApiDestinationProps.Jsii$Proxy
An implementation for
CfnApiDestinationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiDestinationProps.Builder |
builder() |
String |
getConnectionArn()
The ARN of the connection to use for the API destination.
|
default String |
getDescription()
A description for the API destination to create.
|
String |
getHttpMethod()
The method to use for the request to the HTTP invocation endpoint.
|
String |
getInvocationEndpoint()
The URL to the HTTP invocation endpoint for the API destination.
|
default Number |
getInvocationRateLimitPerSecond()
The maximum number of requests per second to send to the HTTP invocation endpoint.
|
default String |
getName()
The name for the API destination to create.
|
@Stability(value=Stable) @NotNull String getConnectionArn()
The destination endpoint must support the authorization type specified for the connection.
@Stability(value=Stable) @NotNull String getHttpMethod()
@Stability(value=Stable) @NotNull String getInvocationEndpoint()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Number getInvocationRateLimitPerSecond()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnApiDestinationProps.Builder builder()
CfnApiDestinationProps.Builder of CfnApiDestinationPropsCopyright © 2022. All rights reserved.