Skip to content

Commit

Permalink
#11185: Rustdocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfloriangeiger committed Jan 26, 2025
1 parent 25e4947 commit 22e5563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/sinks/aws_cloudwatch_logs/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ pub struct CloudwatchLogsSinkConfig {
)]
pub acknowledgements: AcknowledgementsConfig,

/// The ARN of the [KMS key][kms_key] to use when encrypting log data.
/// The [ARN][arn] (Amazon Resource Name) of the [KMS key][kms_key] to use when encrypting log data.
///
/// [arn]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
/// [kms_key]: https://docs.aws.amazon.com/kms/latest/developerguide/overview.html
#[configurable(derived)]
#[serde(default)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,9 @@ base: components: sinks: aws_cloudwatch_logs: configuration: {
}
kms_key: {
description: """
The ARN of the [KMS key][kms_key] to use when encrypting log data.
The [ARN][arn] (Amazon Resource Name) of the [KMS key][kms_key] to use when encrypting log data.
[arn]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
[kms_key]: https://docs.aws.amazon.com/kms/latest/developerguide/overview.html
"""
required: false
Expand Down

0 comments on commit 22e5563

Please sign in to comment.