Interface ICfnModelV2Props
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
(deprecated) Properties for defining a AWS::ApiGatewayV2::Model
.
[Obsolete("moved to package aws-apigatewayv2")]
public interface ICfnModelV2Props
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var schema;
var cfnModelV2Props = new CfnModelV2Props {
ApiId = "apiId",
Name = "name",
Schema = schema,
// the properties below are optional
ContentType = "contentType",
Description = "description"
};
Remarks
Stability: Deprecated
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html
ExampleMetadata: fixture=_generated
Properties
ApiId
(deprecated) AWS::ApiGatewayV2::Model.ApiId
.
[Obsolete]
string ApiId { get; }
Property Value
Remarks
Stability: Deprecated
ContentType
(deprecated) AWS::ApiGatewayV2::Model.ContentType
.
[Obsolete]
string? ContentType { get; }
Property Value
Remarks
Stability: Deprecated
Description
(deprecated) AWS::ApiGatewayV2::Model.Description
.
[Obsolete]
string? Description { get; }
Property Value
Remarks
Stability: Deprecated
Name
(deprecated) AWS::ApiGatewayV2::Model.Name
.
[Obsolete]
string Name { get; }
Property Value
Remarks
Stability: Deprecated
Schema
(deprecated) AWS::ApiGatewayV2::Model.Schema
.
[Obsolete]
object Schema { get; }