Class ApiBase
Base Class for API.
Inherited Members
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public abstract class ApiBase : Resource, IApi, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public MustInherit Class ApiBase Inherits Resource Implements IApi, IResource, IConstruct, IDependable, IEnvironmentAware
Synopsis
Constructors
| ApiBase(Construct, string, IResourceProps?) | Base Class for API. |
Properties
| ApiArn | The ARN of the AWS AppSync Api. |
| ApiId | The unique identifier for the AWS AppSync Api generated by the service. |
Constructors
ApiBase(Construct, string, IResourceProps?)
Base Class for API.
protected ApiBase(Construct scope, string id, IResourceProps? props = null)
Parameters
- scope Construct
- id string
- props IResourceProps
Properties
ApiArn
ApiId
The unique identifier for the AWS AppSync Api generated by the service.
public abstract string ApiId { get; }
Property Value
Implements
Constructs.IConstruct
Constructs.IDependable