Description:"Sends notifications to Cisco Webex Teams",
Heading:"Webex settings",
Info:"Notifications can be configured for any Cisco Webex Teams",
Options:[]NotifierOption{
{
Label:"The Amazon SNS API URL",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:"",
PropertyName:"api_url",
},
{
Label:"SigV4 Authentication",
Description:"Configures AWS's Signature Verification 4 signing process to sign requests",
Element:ElementTypeSubform,
PropertyName:"sigv4",
SubformOptions:[]NotifierOption{
{
Label:"Region",
Description:"The AWS region. If blank, the region from the default credentials chain is used.",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:"",
PropertyName:"region",
},
{
Label:"Access Key",
Description:"The AWS API access key.",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:"",
PropertyName:"access_key",
Secure:true,
},
{
Label:"Secret Key",
Description:"The AWS API secret key.",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:"",
PropertyName:"secret_key",
Secure:true,
},
{
Label:"Profile",
Description:"Named AWS profile used to authenticate",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:"",
PropertyName:"profile",
},
{
Label:"Role ARN",
Description:"AWS Role ARN, an alternative to using AWS API keys",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:"",
PropertyName:"role_arn",
},
},
},
{
Label:"SNS topic ARN",
Description:"If you don't specify this value, you must specify a value for the phone_number or target_arn. If you are using a FIFO SNS topic you should set a message group interval longer than 5 minutes to prevent messages with the same group key being deduplicated by the SNS default deduplication window.",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:"",
PropertyName:"topic_arn",
},
{
Label:"Phone number",
Description:"Phone number if message is delivered via SMS in E.164 format. If you don't specify this value, you must specify a value for the topic_arn or target_arn",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:``,
PropertyName:"phone_number",
Secure:false,
},
{
Label:"Target ARN",
Description:"The mobile platform endpoint ARN if message is delivered via mobile notifications. If you don't specify this value, you must specify a value for the topic_arn or phone_number",
Element:ElementTypeInput,
InputType:InputTypeText,
Placeholder:``,
PropertyName:"target_arn",
},
{
Label:"Subject",
Element:ElementTypeInput,
InputType:InputTypeText,
Description:"Optional subject. You can use templates to customize this field",