ModelReference
- class aws_cdk.aws_apigateway.ModelReference(*, model_name)
Bases:
objectA reference to a Model resource.
- Parameters:
model_name (
str) – The Name of the Model resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_apigateway as apigateway model_reference = apigateway.ModelReference( model_name="modelName" )
Attributes
- model_name
The Name of the Model resource.