diff --git a/docs/versioned/eventing/sinks/integration-sink/aws_s3.md b/docs/versioned/eventing/sinks/integration-sink/aws_s3.md index 35510371ddb..6f791eabaf2 100644 --- a/docs/versioned/eventing/sinks/integration-sink/aws_s3.md +++ b/docs/versioned/eventing/sinks/integration-sink/aws_s3.md @@ -35,7 +35,7 @@ Below is an `IntegrationSink` to send data to an Amazon S3 Bucket: auth: secret: ref: - name: "my-secret" + name: "my-secret" ``` Inside of the `aws.s3` object we define the name of the bucket (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret` diff --git a/docs/versioned/eventing/sinks/integration-sink/aws_sns.md b/docs/versioned/eventing/sinks/integration-sink/aws_sns.md index 1d773e49aeb..02d99b47b29 100644 --- a/docs/versioned/eventing/sinks/integration-sink/aws_sns.md +++ b/docs/versioned/eventing/sinks/integration-sink/aws_sns.md @@ -35,7 +35,7 @@ Below is an `IntegrationSink` to send data to AWS SNS: auth: secret: ref: - name: "my-secret" + name: "my-secret" ``` Inside of the `aws.sns` object we define the name of the topic (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret` diff --git a/docs/versioned/eventing/sinks/integration-sink/aws_sqs.md b/docs/versioned/eventing/sinks/integration-sink/aws_sqs.md index 588dfd027af..5744cee4c64 100644 --- a/docs/versioned/eventing/sinks/integration-sink/aws_sqs.md +++ b/docs/versioned/eventing/sinks/integration-sink/aws_sqs.md @@ -30,12 +30,12 @@ Below is an `IntegrationSink` to send data to AWS SQS: spec: aws: sqs: - arn: "arn:aws:s3:::my-queue" + arn: "my-queue" region: "eu-north-1" auth: secret: ref: - name: "my-secret" + name: "my-secret" ``` Inside of the `aws.sqs` object we define the name of the queue (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret`