Class IRestApi.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.IRestApi.Jsii$Proxy
- All Implemented Interfaces:
IRestApiRef,IRestApiRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IRestApi,IRestApi.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IRestApi
@Internal
public static final class IRestApi.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IRestApi.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.IRestApi
IRestApi.Jsii$Default, IRestApi.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigateway.IRestApiRef
IRestApiRef.Jsii$Default, IRestApiRef.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringGets the "execute-api" ARN.final StringarnForExecuteApi(String method) Gets the "execute-api" ARN.final StringarnForExecuteApi(String method, String path) Gets the "execute-api" ARN.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.apigateway.IRestApi.Jsii$Default
arnForExecuteApi, getDeploymentStage, getLatestDeployment, getRestApiId, getRestApiName, getRestApiRootResourceId, getRoot, setDeploymentStageMethods inherited from interface software.amazon.awscdk.interfaces.apigateway.IRestApiRef.Jsii$Default
getRestApiRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
arnForExecuteApi
@Stability(Stable) @NotNull public final String arnForExecuteApi(@Nullable String method, @Nullable String path) Gets the "execute-api" ARN.Default: "*" returns the execute API ARN for all methods/resources in this API.
- Specified by:
arnForExecuteApiin interfaceIRestApi- Specified by:
arnForExecuteApiin interfaceIRestApi.Jsii$Default- Parameters:
method- The method (default*).path- The resource path.- Returns:
- The "execute-api" ARN.
-
arnForExecuteApi
Gets the "execute-api" ARN.Default: "*" returns the execute API ARN for all methods/resources in this API.
- Specified by:
arnForExecuteApiin interfaceIRestApi- Specified by:
arnForExecuteApiin interfaceIRestApi.Jsii$Default- Parameters:
method- The method (default*).- Returns:
- The "execute-api" ARN.
-
arnForExecuteApi
Gets the "execute-api" ARN.Default: "*" returns the execute API ARN for all methods/resources in this API.
- Specified by:
arnForExecuteApiin interfaceIRestApi- Specified by:
arnForExecuteApiin interfaceIRestApi.Jsii$Default- Returns:
- The "execute-api" ARN.
-