mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update Aws_sns notify component configuration (#7258)
This commit is contained in:
parent
efcaa6f124
commit
7f0d8427b1
@ -32,13 +32,30 @@ notify:
|
|||||||
region_name: 'us-east-1'
|
region_name: 'us-east-1'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
aws_access_key_id:
|
||||||
- **aws_access_key_id** (*Required if aws_secret_access_key is provided*): Your AWS Access Key ID. If provided, you must also provide an `aws_secret_access_key` and must **not** provide a `profile_name`.
|
description: Your AWS Access Key ID. If provided, you must also provide an `aws_secret_access_key` and must **not** provide a `profile_name`.
|
||||||
- **aws_secret_access_key** (*Required if aws_access_key_id is provided*): Your AWS Secret Access Key. If provided, you must also provide an `aws_access_key_id` and must **not** provide a `profile_name`.
|
required: Required if aws_secret_access_key is provided
|
||||||
- **profile_name** (*Optional*): A credentials profile name.
|
type: string
|
||||||
- **region_name** (*Required*): The region identifier to connect to. The default is `us-east-1`.
|
aws_secret_access_key:
|
||||||
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
description: Your AWS Secret Access Key. If provided, you must also provide an `aws_access_key_id` and must **not** provide a `profile_name`.
|
||||||
|
required: Required if aws_access_key_id is provided
|
||||||
|
type: string
|
||||||
|
profile_name:
|
||||||
|
description: A credentials profile name.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
region_name:
|
||||||
|
description: The region identifier to connect to.
|
||||||
|
required: true
|
||||||
|
default: us-east-1
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
||||||
|
required: false
|
||||||
|
default: notify
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Usage %}
|
### {% linkable_title Usage %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user