scalr_event_bridge_integration

Resource: scalr_event_bridge_integration

Manage the state of EventBridge integrations in Scalr. Create, update and destroy.

Example Usage

resource "scalr_event_bridge_integration" "example" {
  name           = "via-provider-aws-bridge"
  aws_account_id = "111267354555"
  region         = "us-east-1"
}

Schema

Required

  • aws_account_id (String) AWS account ID.
  • name (String) Name of the EventBridge integration.
  • region (String) AWS region.

Read-Only

  • event_source_arn (String) ARN of the event source.
  • event_source_name (String) Event source name.
  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

terraform import scalr_event_bridge_integration.example in-xxxxxxxxxx