--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_events_endpoint Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Events::Endpoint. --- # awscc_events_endpoint (Resource) Resource Type definition for AWS::Events::Endpoint. ## Schema ### Required - `event_buses` (Attributes List) (see [below for nested schema](#nestedatt--event_buses)) - `name` (String) - `routing_config` (Attributes) (see [below for nested schema](#nestedatt--routing_config)) ### Optional - `description` (String) - `replication_config` (Attributes) (see [below for nested schema](#nestedatt--replication_config)) - `role_arn` (String) ### Read-Only - `arn` (String) - `endpoint_id` (String) - `endpoint_url` (String) - `id` (String) Uniquely identifies the resource. - `state` (String) - `state_reason` (String) ### Nested Schema for `event_buses` Required: - `event_bus_arn` (String) ### Nested Schema for `routing_config` Required: - `failover_config` (Attributes) (see [below for nested schema](#nestedatt--routing_config--failover_config)) ### Nested Schema for `routing_config.failover_config` Required: - `primary` (Attributes) (see [below for nested schema](#nestedatt--routing_config--failover_config--primary)) - `secondary` (Attributes) (see [below for nested schema](#nestedatt--routing_config--failover_config--secondary)) ### Nested Schema for `routing_config.failover_config.primary` Required: - `health_check` (String) ### Nested Schema for `routing_config.failover_config.secondary` Required: - `route` (String) ### Nested Schema for `replication_config` Optional: - `state` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_events_endpoint.example ```