Table of Contents

Class CfnApiMappingV2Props

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

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

public class CfnApiMappingV2Props : ICfnApiMappingV2Props
Inheritance
CfnApiMappingV2Props
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 cfnApiMappingV2Props = new CfnApiMappingV2Props {
                 ApiId = "apiId",
                 DomainName = "domainName",
                 Stage = "stage",

                 // the properties below are optional
                 ApiMappingKey = "apiMappingKey"
             };

Remarks

Constructors

CfnApiMappingV2Props()

public CfnApiMappingV2Props()

Properties

ApiId

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

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

Property Value

string

Remarks

ApiMappingKey

(deprecated) AWS::ApiGatewayV2::ApiMapping.ApiMappingKey.

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

Property Value

string

Remarks

DomainName

(deprecated) AWS::ApiGatewayV2::ApiMapping.DomainName.

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

Property Value

string

Remarks

Stage

(deprecated) AWS::ApiGatewayV2::ApiMapping.Stage.

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

Property Value

string

Remarks