Show / Hide Table of Contents

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

AWS::ApiGatewayV2::Model.ApiId.

ContentType

AWS::ApiGatewayV2::Model.ContentType.

Description

AWS::ApiGatewayV2::Model.Description.

Name

AWS::ApiGatewayV2::Model.Name.

Schema

AWS::ApiGatewayV2::Model.Schema.

Properties

ApiId

AWS::ApiGatewayV2::Model.ApiId.

string ApiId { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-apiid

ContentType

AWS::ApiGatewayV2::Model.ContentType.

virtual string ContentType { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-contenttype

Description

AWS::ApiGatewayV2::Model.Description.

virtual string Description { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-description

Name

AWS::ApiGatewayV2::Model.Name.

string Name { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-name

Schema

AWS::ApiGatewayV2::Model.Schema.

object Schema { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html#cfn-apigatewayv2-model-schema

Back to top Generated by DocFX