Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.aws.const Namespace Reference

Variables

string CONF_ACCESS_KEY_ID = "aws_access_key_id"
 
string CONF_CONTEXT = "context"
 
string CONF_CREDENTIAL_NAME = "credential_name"
 
string CONF_CREDENTIALS = "credentials"
 
string CONF_NOTIFY = "notify"
 
string CONF_REGION = "region_name"
 
string CONF_SECRET_ACCESS_KEY = "aws_secret_access_key"
 
string CONF_VALIDATE = "validate"
 
string DATA_CONFIG = "aws_config"
 
string DATA_HASS_CONFIG = "aws_hass_config"
 
string DATA_SESSIONS = "aws_sessions"
 
string DOMAIN = "aws"
 

Detailed Description

Constant for AWS component.

Variable Documentation

◆ CONF_ACCESS_KEY_ID

string homeassistant.components.aws.const.CONF_ACCESS_KEY_ID = "aws_access_key_id"

Definition at line 9 of file const.py.

◆ CONF_CONTEXT

string homeassistant.components.aws.const.CONF_CONTEXT = "context"

Definition at line 10 of file const.py.

◆ CONF_CREDENTIAL_NAME

string homeassistant.components.aws.const.CONF_CREDENTIAL_NAME = "credential_name"

Definition at line 11 of file const.py.

◆ CONF_CREDENTIALS

string homeassistant.components.aws.const.CONF_CREDENTIALS = "credentials"

Definition at line 12 of file const.py.

◆ CONF_NOTIFY

string homeassistant.components.aws.const.CONF_NOTIFY = "notify"

Definition at line 13 of file const.py.

◆ CONF_REGION

string homeassistant.components.aws.const.CONF_REGION = "region_name"

Definition at line 14 of file const.py.

◆ CONF_SECRET_ACCESS_KEY

string homeassistant.components.aws.const.CONF_SECRET_ACCESS_KEY = "aws_secret_access_key"

Definition at line 15 of file const.py.

◆ CONF_VALIDATE

string homeassistant.components.aws.const.CONF_VALIDATE = "validate"

Definition at line 16 of file const.py.

◆ DATA_CONFIG

string homeassistant.components.aws.const.DATA_CONFIG = "aws_config"

Definition at line 5 of file const.py.

◆ DATA_HASS_CONFIG

string homeassistant.components.aws.const.DATA_HASS_CONFIG = "aws_hass_config"

Definition at line 6 of file const.py.

◆ DATA_SESSIONS

string homeassistant.components.aws.const.DATA_SESSIONS = "aws_sessions"

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.aws.const.DOMAIN = "aws"

Definition at line 3 of file const.py.