SubscriberNotificationHttpsNotificationConfiguration

data class SubscriberNotificationHttpsNotificationConfiguration(val authorizationApiKeyName: String? = null, val authorizationApiKeyValue: String? = null, val endpoint: String, val httpMethod: SubscriberNotificationHttpsNotificationConfigurationHttpMethod? = null, val targetRoleArn: String)

The configuration for HTTPS subscriber notification.

Constructors

constructor(authorizationApiKeyName: String? = null, authorizationApiKeyValue: String? = null, endpoint: String, httpMethod: SubscriberNotificationHttpsNotificationConfigurationHttpMethod? = null, targetRoleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key name for the notification subscription.

Link copied to clipboard

The key value for the notification subscription.

Link copied to clipboard

The subscription endpoint in Security Lake.

Link copied to clipboard

The HTTPS method used for the notification subscription.

Link copied to clipboard

The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.