DeliveryDestination

class DeliveryDestination : KotlinCustomResource

This structure contains information about one delivery destination in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to CloudWatch Logs, Amazon S3, are supported as Kinesis Data Firehose delivery destinations.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard

IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account. The policy must be in JSON string format. Length Constraints: Maximum length of 51200

Link copied to clipboard

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

Link copied to clipboard

The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.

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

The name of this delivery destination.

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

The tags that have been assigned to this delivery destination.

Link copied to clipboard
val urn: Output<String>