Interface ICfnModelProps
Properties for defining a AWS::ApiGatewayV2::Model
.
Namespace: Amazon.CDK.AWS.APIGatewayv2
Assembly: Amazon.CDK.AWS.APIGatewayv2.dll
Syntax (csharp)
public interface ICfnModelProps
Syntax (vb)
Public Interface ICfnModelProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html
Synopsis
Properties
ApiId |
|
ContentType |
|
Description |
|
Name |
|
Schema |
|
Properties
ApiId
AWS::ApiGatewayV2::Model.ApiId
.
string ApiId { get; }
Property Value
System.String
Remarks
ContentType
AWS::ApiGatewayV2::Model.ContentType
.
virtual string ContentType { get; }
Property Value
System.String
Remarks
Description
AWS::ApiGatewayV2::Model.Description
.
virtual string Description { get; }
Property Value
System.String
Remarks
Name
AWS::ApiGatewayV2::Model.Name
.
string Name { get; }
Property Value
System.String
Remarks
Schema
AWS::ApiGatewayV2::Model.Schema
.
object Schema { get; }
Property Value
System.Object