GetEventSourceResult

data class GetEventSourceResult(val arn: String, val createdBy: String, val id: String, val name: String, val namePrefix: String? = null, val state: String)

A collection of values returned by getEventSource.

Constructors

Link copied to clipboard
constructor(arn: String, createdBy: String, id: String, name: String, namePrefix: String? = null, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the partner event source

Link copied to clipboard

Name of the SaaS partner that created the event source

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the event source

Link copied to clipboard
val namePrefix: String? = null
Link copied to clipboard

State of the event source (ACTIVE or PENDING)