Table of Contents

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

Properties

ApiId

(deprecated) AWS::ApiGatewayV2::Model.ApiId.

[Obsolete]
string ApiId { get; }

Property Value

string

Remarks

ContentType

(deprecated) AWS::ApiGatewayV2::Model.ContentType.

[Obsolete]
string? ContentType { get; }

Property Value

string

Remarks

Description

(deprecated) AWS::ApiGatewayV2::Model.Description.

[Obsolete]
string? Description { get; }

Property Value

string

Remarks

Name

(deprecated) AWS::ApiGatewayV2::Model.Name.

[Obsolete]
string Name { get; }

Property Value

string

Remarks

Schema

(deprecated) AWS::ApiGatewayV2::Model.Schema.

[Obsolete]
object Schema { get; }

Property Value

object

Remarks