aws-cdk-lib.aws_apigateway.IModel

interface IModel

LanguageType name
.NETAmazon.CDK.AWS.APIGateway.IModel
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#IModel
Javasoftware.amazon.awscdk.services.apigateway.IModel
Pythonaws_cdk.aws_apigateway.IModel
TypeScript (source)aws-cdk-lib » aws_apigateway » IModel

Implemented by Model

Obtainable from Model.fromModelName()

Properties

NameTypeDescription
modelIdstringReturns the model name, such as 'myModel'.

modelId

Type: string

Returns the model name, such as 'myModel'.