@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.536Z") @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()
`AWS::Events::ApiDestination.ConnectionArn`.
|
default String |
getDescription()
`AWS::Events::ApiDestination.Description`.
|
String |
getHttpMethod()
`AWS::Events::ApiDestination.HttpMethod`.
|
String |
getInvocationEndpoint()
`AWS::Events::ApiDestination.InvocationEndpoint`.
|
default Number |
getInvocationRateLimitPerSecond()
`AWS::Events::ApiDestination.InvocationRateLimitPerSecond`.
|
default String |
getName()
`AWS::Events::ApiDestination.Name`.
|
@Stability(value=Stable) @NotNull String getConnectionArn()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getHttpMethod()
@Stability(value=Stable) @NotNull String getInvocationEndpoint()
@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 © 2021. All rights reserved.