Table of Contents

Class CfnModelV2Props

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

(deprecated) Properties for defining a AWS::ApiGatewayV2::Model.

public class CfnModelV2Props : ICfnModelV2Props
Inheritance
CfnModelV2Props
Implements
Inherited Members

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

Constructors

CfnModelV2Props()

public CfnModelV2Props()

Properties

ApiId

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

[Obsolete]
public string ApiId { get; set; }

Property Value

string

Remarks

ContentType

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

[Obsolete]
public string? ContentType { get; set; }

Property Value

string

Remarks

Description

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

[Obsolete]
public string? Description { get; set; }

Property Value

string

Remarks

Name

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

[Obsolete]
public string Name { get; set; }

Property Value

string

Remarks

Schema

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

[Obsolete]
public object Schema { get; set; }

Property Value

object

Remarks