Resource: aws_securitylake_subscriber_notification

Terraform resource for managing an AWS Security Lake Subscriber Notification.

Example Usage

SQS Notification

resource "aws_securitylake_subscriber_notification" "example" {
  subscriber_id = aws_securitylake_subscriber.example.id
  configuration {
    sqs_notification_configuration {}
  }
}

HTTPS Notification

resource "aws_securitylake_subscriber_notification" "example" {
  subscriber_id = aws_securitylake_subscriber.example.id
  configuration {
    https_notification_configuration {
      endpoint        = aws_apigatewayv2_api.test.api_endpoint
      target_role_arn = aws_iam_role.event_bridge.arn
    }
  }
}

Argument Reference

The following arguments are required:

Configuration support the following:

HTTPS Notification Configuration support the following:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Timeouts

Configuration options: