Subscriber Notification Configuration Https Notification Configuration Args
data class SubscriberNotificationConfigurationHttpsNotificationConfigurationArgs(val authorizationApiKeyName: Output<String>? = null, val authorizationApiKeyValue: Output<String>? = null, val endpoint: Output<String>, val httpMethod: Output<String>? = null, val targetRoleArn: Output<String>) : ConvertibleToJava<SubscriberNotificationConfigurationHttpsNotificationConfigurationArgs>
Constructors
Properties
Link copied to clipboard
The API key name for the notification subscription.
Link copied to clipboard
The API key value for the notification subscription.
Link copied to clipboard
The HTTP method used for the notification subscription. Valid values are POST
and PUT
.
Link copied to clipboard
The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created. For more information about ARNs and how to use them in policies, see Managing data access and AWS Managed Policies in the Amazon Security Lake User Guide.