GetApiResult

data class GetApiResult(val apiArn: String? = null, val apiId: String? = null, val dns: ApiDnsMap? = null, val eventConfig: ApiEventConfig? = null, val name: String? = null, val ownerContact: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(apiArn: String? = null, apiId: String? = null, dns: ApiDnsMap? = null, eventConfig: ApiEventConfig? = null, name: String? = null, ownerContact: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiArn: String? = null

The Amazon Resource Name (ARN) of the AppSync Api

Link copied to clipboard
val apiId: String? = null

The unique identifier for the AppSync Api generated by the service

Link copied to clipboard
val dns: ApiDnsMap? = null
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 name: String? = null

The name of the Api .

Link copied to clipboard
val ownerContact: String? = null

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 tags: List<Tag>? = null

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