@Stability(value=Stable)
public static interface CfnApiGatewayManagedOverrides.RouteOverridesProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.*;
RouteOverridesProperty routeOverridesProperty = RouteOverridesProperty.builder()
.authorizationScopes(List.of("authorizationScopes"))
.authorizationType("authorizationType")
.authorizerId("authorizerId")
.operationName("operationName")
.target("target")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiGatewayManagedOverrides.RouteOverridesProperty.Builder
A builder for
CfnApiGatewayManagedOverrides.RouteOverridesProperty |
static class |
CfnApiGatewayManagedOverrides.RouteOverridesProperty.Jsii$Proxy
An implementation for
CfnApiGatewayManagedOverrides.RouteOverridesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiGatewayManagedOverrides.RouteOverridesProperty.Builder |
builder() |
default List<String> |
getAuthorizationScopes()
`CfnApiGatewayManagedOverrides.RouteOverridesProperty.AuthorizationScopes`.
|
default String |
getAuthorizationType()
`CfnApiGatewayManagedOverrides.RouteOverridesProperty.AuthorizationType`.
|
default String |
getAuthorizerId()
`CfnApiGatewayManagedOverrides.RouteOverridesProperty.AuthorizerId`.
|
default String |
getOperationName()
`CfnApiGatewayManagedOverrides.RouteOverridesProperty.OperationName`.
|
default String |
getTarget()
`CfnApiGatewayManagedOverrides.RouteOverridesProperty.Target`.
|
@Stability(value=Stable) @Nullable default List<String> getAuthorizationScopes()
@Stability(value=Stable) @Nullable default String getAuthorizationType()
@Stability(value=Stable) @Nullable default String getAuthorizerId()
@Stability(value=Stable) @Nullable default String getOperationName()
@Stability(value=Stable) @Nullable default String getTarget()
@Stability(value=Stable) static CfnApiGatewayManagedOverrides.RouteOverridesProperty.Builder builder()
Copyright © 2021. All rights reserved.