Api

class Api : KotlinCustomResource

Resource schema for AppSync Api

Properties

Link copied to clipboard
val apiArn: Output<String>

The Amazon Resource Name (ARN) of the AppSync Api

Link copied to clipboard
val apiId: Output<String>

The unique identifier for the AppSync Api generated by the service

Link copied to clipboard
val dns: Output<ApiDnsMap>
Link copied to clipboard

Describes the authorization configuration for connections, message publishing, message subscriptions, and logging for an Event API.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the Api .

Link copied to clipboard
val ownerContact: Output<String>?

The owner contact information for an API resource. This field accepts any string input with a length of 0 - 256 characters.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

A set of tags (key-value pairs) for this API.

Link copied to clipboard
val urn: Output<String>