Interface IApi
Interface for an API.
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
Remarks
Attribute: true
ApiId
The unique identifier for the AWS AppSync Api generated by the service.
string ApiId { get; }
Property Value
Remarks
Attribute: true