Show / Hide Table of Contents

Interface IApiReference

A reference to a Api resource.

Namespace: Amazon.CDK.Interfaces.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApiReference
Syntax (vb)
Public Interface IApiReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.Apigatewayv2;

            var apiReference = new ApiReference {
                ApiId = "apiId"
            };

Synopsis

Properties

ApiId

The ApiId of the Api resource.

Properties

ApiId

The ApiId of the Api resource.

string ApiId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX