GetDeliverySourceResult

data class GetDeliverySourceResult(val arn: String? = null, val logType: String? = null, val resourceArns: List<String>? = null, val service: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, logType: String? = null, resourceArns: List<String>? = null, service: String? = 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) that uniquely identifies this delivery source.

Link copied to clipboard
val logType: String? = null

The type of logs being delivered. Only mandatory when the resourceArn could match more than one. In such a case, the error message will contain all the possible options.

Link copied to clipboard
val resourceArns: List<String>? = null

This array contains the ARN of the AWS resource that sends logs and is represented by this delivery source. Currently, only one ARN can be in the array.

Link copied to clipboard
val service: String? = null

The AWS service that is sending logs.

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

The tags that have been assigned to this delivery source.