Show / Hide Table of Contents

Interface IApiMapping

(experimental) Represents an ApiGatewayV2 ApiMapping resource.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.APIGatewayv2
Assembly: Amazon.CDK.AWS.APIGatewayv2.dll
Syntax (csharp)
public interface IApiMapping : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IApiMapping
    Inherits IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html

Synopsis

Properties

ApiMappingId

(experimental) ID of the api mapping.

Properties

ApiMappingId

(experimental) ID of the api mapping.

string ApiMappingId { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX