Show / Hide Table of Contents

Interface IApi

Interface for an API.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApi : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IApi Inherits IResource, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

ApiArn

The ARN of the AWS AppSync Api.

ApiId

The unique identifier for the AWS AppSync Api generated by the service.

Properties

ApiArn

The ARN of the AWS AppSync Api.

string ApiArn { get; }
Property Value

string

Remarks

Attribute: true

ApiId

The unique identifier for the AWS AppSync Api generated by the service.

string ApiId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX