GetEventBusResult

data class GetEventBusResult(val arn: String? = null, val deadLetterConfig: DeadLetterConfigProperties? = null, val description: String? = null, val kmsKeyIdentifier: String? = null, val policy: Any? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, deadLetterConfig: DeadLetterConfigProperties? = null, description: String? = null, kmsKeyIdentifier: String? = null, policy: Any? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) for the event bus.

Link copied to clipboard

Dead Letter Queue for the event bus.

Link copied to clipboard
val description: String? = null

The description of the event bus.

Link copied to clipboard

Kms Key Identifier used to encrypt events at rest in the event bus.

Link copied to clipboard
val policy: Any? = null

A JSON string that describes the permission policy statement for the event bus. Search the CloudFormation User Guide for AWS::Events::EventBus for more information about the expected schema for this property.

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

Any tags assigned to the event bus.