interface ApiReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppSync.ApiReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#ApiReference |
Java | software.amazon.awscdk.services.appsync.ApiReference |
Python | aws_cdk.aws_appsync.ApiReference |
TypeScript | aws-cdk-lib » aws_appsync » ApiReference |
A reference to a Api resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const apiReference: appsync.ApiReference = {
apiArn: 'apiArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| api | string | The ApiArn of the Api resource. |
apiArn
Type:
string
The ApiArn of the Api resource.

.NET
Go
Java
Python
TypeScript