AWS SNS binding spec
Detailed documentation on the AWS SNS binding component
配置
To setup AWS SNS binding create a component of type bindings.aws.sns
. 请参阅本指南,了解如何创建和应用绑定配置。
关于身份验证相关属性的信息,请参阅 认证到 AWS
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: <NAME>
namespace: <NAMESPACE>
spec:
type: bindings.aws.sns
version: v1
metadata:
- name: topicArn
value: mytopic
- name: region
value: us-west-2
- name: accessKey
value: *****************
- name: secretKey
value: *****************
- name: sessionToken
value: *****************
Warning
以上示例将 Secret 明文存储。 更推荐的方式是使用 Secret 组件, 这里。
元数据字段规范
字段 | 必填 | 绑定支持 | 详情 | 示例 |
---|---|---|---|---|
topicArn | Y | Output | The SNS topic name | “arn:::topicarn” |
region | Y | Output | The specific AWS region | “us-east-1” |
accessKey | Y | Output | 要访问此资源的 AWS 访问密钥 | “key” |
secretKey | Y | Output | 要访问此资源的 AWS 密钥访问 Key | “secretAccessKey” |
sessionToken | N | Output | 要使用的 AWS 会话令牌 | “sessionToken” |
绑定支持
该组件支持输出绑定,其操作如下:
create