@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:23.147Z") @Stability(value=Deprecated) @Deprecated public interface CfnDeploymentV2Props 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.apigateway.*;
CfnDeploymentV2Props cfnDeploymentV2Props = CfnDeploymentV2Props.builder()
.apiId("apiId")
// the properties below are optional
.description("description")
.stageName("stageName")
.build();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentV2Props.Builder
Deprecated.
|
static class |
CfnDeploymentV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getDescription()
Deprecated.
|
default String |
getStageName()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid@Stability(value=Deprecated) @Deprecated @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description@Stability(value=Deprecated) @Deprecated @Nullable default String getStageName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename@Stability(value=Deprecated) @Deprecated static CfnDeploymentV2Props.Builder builder()
CfnDeploymentV2Props.Builder of CfnDeploymentV2PropsCopyright © 2022. All rights reserved.