@Stability(value=Stable)
public static interface CfnApplication.ApiGatewayProxyInputProperty
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.refactorspaces.*;
ApiGatewayProxyInputProperty apiGatewayProxyInputProperty = ApiGatewayProxyInputProperty.builder()
.endpointType("endpointType")
.stageName("stageName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.ApiGatewayProxyInputProperty.Builder
A builder for
CfnApplication.ApiGatewayProxyInputProperty |
static class |
CfnApplication.ApiGatewayProxyInputProperty.Jsii$Proxy
An implementation for
CfnApplication.ApiGatewayProxyInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.ApiGatewayProxyInputProperty.Builder |
builder() |
default String |
getEndpointType()
`CfnApplication.ApiGatewayProxyInputProperty.EndpointType`.
|
default String |
getStageName()
`CfnApplication.ApiGatewayProxyInputProperty.StageName`.
|
@Stability(value=Stable) @Nullable default String getEndpointType()
@Stability(value=Stable) @Nullable default String getStageName()
@Stability(value=Stable) static CfnApplication.ApiGatewayProxyInputProperty.Builder builder()
Copyright © 2021. All rights reserved.