@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.192Z") @Stability(value=Deprecated) @Deprecated public class CfnRouteV2 extends CfnResource implements IInspectable
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.apigateway.*;
Object requestModels;
Object requestParameters;
CfnRouteV2 cfnRouteV2 = CfnRouteV2.Builder.create(this, "MyCfnRouteV2")
.apiId("apiId")
.routeKey("routeKey")
// the properties below are optional
.apiKeyRequired(false)
.authorizationScopes(List.of("authorizationScopes"))
.authorizationType("authorizationType")
.authorizerId("authorizerId")
.modelSelectionExpression("modelSelectionExpression")
.operationName("operationName")
.requestModels(requestModels)
.requestParameters(requestParameters)
.routeResponseSelectionExpression("routeResponseSelectionExpression")
.target("target")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRouteV2.Builder
Deprecated.
|
static interface |
CfnRouteV2.ParameterConstraintsProperty
Deprecated.
moved to package aws-apigatewayv2
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnRouteV2(Construct scope,
String id,
CfnRouteV2Props props)
Deprecated.
|
protected |
CfnRouteV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnRouteV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Deprecated) @Deprecated public static final String CFN_RESOURCE_TYPE_NAME
protected CfnRouteV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRouteV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CfnRouteV2(@NotNull Construct scope, @NotNull String id, @NotNull CfnRouteV2Props props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Deprecated) @Deprecated public void inspect(@NotNull TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Deprecated) @Deprecated @NotNull public String getApiId()
@Stability(value=Deprecated) @Deprecated public void setApiId(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @NotNull public Object getRequestModels()
@Stability(value=Deprecated) @Deprecated public void setRequestModels(@NotNull Object value)
@Stability(value=Deprecated) @Deprecated @NotNull public Object getRequestParameters()
@Stability(value=Deprecated) @Deprecated public void setRequestParameters(@NotNull Object value)
@Stability(value=Deprecated) @Deprecated @NotNull public String getRouteKey()
@Stability(value=Deprecated) @Deprecated public void setRouteKey(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @Nullable public Object getApiKeyRequired()
@Stability(value=Deprecated) @Deprecated public void setApiKeyRequired(@Nullable Boolean value)
@Stability(value=Deprecated) @Deprecated public void setApiKeyRequired(@Nullable IResolvable value)
@Stability(value=Deprecated) @Deprecated @Nullable public List<String> getAuthorizationScopes()
@Stability(value=Deprecated) @Deprecated public void setAuthorizationScopes(@Nullable List<String> value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getAuthorizationType()
@Stability(value=Deprecated) @Deprecated public void setAuthorizationType(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getAuthorizerId()
@Stability(value=Deprecated) @Deprecated public void setAuthorizerId(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getModelSelectionExpression()
@Stability(value=Deprecated) @Deprecated public void setModelSelectionExpression(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getOperationName()
@Stability(value=Deprecated) @Deprecated public void setOperationName(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getRouteResponseSelectionExpression()
@Stability(value=Deprecated) @Deprecated public void setRouteResponseSelectionExpression(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getTarget()
@Stability(value=Deprecated) @Deprecated public void setTarget(@Nullable String value)
Copyright © 2022. All rights reserved.