Property reference

evt_mgmt.subscription.URL.Regex

The evt_mgmt.subscription.URL.Regex property validates subscription URLs for the AWS REST API. Admins should care about this property when configuring or troubleshooting AWS subscription integrations to ensure proper URL formatting.

Default: (http:\/\/sns\.|https:\/\/sns\.)?[a-zA-Z0-9-]*\.amazonaws\.com\/\?Action\=ConfirmSubscription\&TopicArn\=arn\:aws\:sns\:?.*$ Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines a regular expression used to validate the format of subscription URLs for AWS services.
What area does it affect? AWS Integration
What does the default mean? The default value is "(http:\/\/sns\.|https:\/\/sns\.)?[a-zA-Z0-9-]*\.amazonaws\.com\/\?Action\=ConfirmSubscription\&TopicArn\=arn\:aws\:sns\:?.*$", which is the baseline setting used unless it is changed.
When should you review it? Review this property when setting up or modifying AWS subscription configurations.

Out of the box property record

Raw metadata from the property record.

Property name evt_mgmt.subscription.URL.Regex
Sys ID 0c1f77940f323300fe79d3a1d8767ed7
Type string
Application Global
Default value (http:\/\/sns\.|https:\/\/sns\.)?[a-zA-Z0-9-]*\.amazonaws\.com\/\?Action\=ConfirmSubscription\&TopicArn\=arn\:aws\:sns\:?.*$
Description This property used to validate subscription url for AWS rest API. Make this property empty , inorder to skip any url validation.
Updated 2019-07-18 14:00:12

Sources

Official references and nearby text excerpts where this property appears.