Delivery

class Delivery : KotlinCustomResource

This structure contains information about one delivery in your account. A delivery is a connection between a logical delivery source and a logical delivery destination. For more information, see CreateDelivery.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) that uniquely identifies this delivery.

Link copied to clipboard

The ARN of the delivery destination that is associated with this delivery.

Link copied to clipboard

Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.

Link copied to clipboard
val deliveryId: Output<String>

The unique ID that identifies this delivery in your account.

Link copied to clipboard

The name of the delivery source that is associated with this delivery.

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

The field delimiter to use between record fields when the final output format of a delivery is in Plain , W3C , or Raw format.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recordFields: Output<List<String>>?

The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list.

Link copied to clipboard

This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.

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

This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables to use in the suffix path will vary by each log source. See ConfigurationTemplate$allowedSuffixPathFields for more info on what values are supported in the suffix path for each log source.

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

The tags that have been assigned to this delivery.

Link copied to clipboard
val urn: Output<String>