ChannelNamespace

class ChannelNamespace : KotlinCustomResource

Resource schema for AppSync ChannelNamespace

Properties

Link copied to clipboard
val apiId: Output<String>

AppSync Api Id that this Channel Namespace belongs to.

Link copied to clipboard

The Amazon Resource Name (ARN) of the channel namespace.

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

The event handler functions that run custom business logic to process published events and subscribe requests.

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

The Amazon S3 endpoint where the code is located.

Link copied to clipboard

The configuration for the OnPublish and OnSubscribe handlers.

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

The name of the channel namespace. This name must be unique within the Api .

Link copied to clipboard

List of AuthModes supported for Publish operations.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of AuthModes supported for Subscribe operations.

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

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

Link copied to clipboard
val urn: Output<String>