| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::ApiGatewayV2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnModel.Builder |
CfnModel.Builder.apiId(String apiId)
The API identifier.
|
CfnModel.Builder |
CfnModel.Builder.contentType(String contentType)
The content-type for the model, for example, "application/json".
|
static CfnModel.Builder |
CfnModel.Builder.create(software.constructs.Construct scope,
String id) |
CfnModel.Builder |
CfnModel.Builder.description(String description)
The description of the model.
|
CfnModel.Builder |
CfnModel.Builder.name(String name)
The name of the model.
|
CfnModel.Builder |
CfnModel.Builder.schema(Object schema)
The schema for the model.
|
Copyright © 2022. All rights reserved.