Este producto no es compatible con el sitio Datadog seleccionado. ().
Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

aws_eventbridge_endpoint

account_id

Type: STRING

arn

Type: STRING
Provider name: Arn
Description: The ARN of the endpoint.

creation_time

Type: TIMESTAMP
Provider name: CreationTime
Description: The time the endpoint was created.

description

Type: STRING
Provider name: Description
Description: A description for the endpoint.

endpoint_id

Type: STRING
Provider name: EndpointId
Description: The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

endpoint_url

Type: STRING
Provider name: EndpointUrl
Description: The URL of the endpoint.

event_buses

Type: UNORDERED_LIST_STRUCT
Provider name: EventBuses
Description: The event buses being used by the endpoint.

  • event_bus_arn
    Type: STRING
    Provider name: EventBusArn
    Description: The ARN of the event bus the endpoint is associated with.

last_modified_time

Type: TIMESTAMP
Provider name: LastModifiedTime
Description: The last time the endpoint was modified.

name

Type: STRING
Provider name: Name
Description: The name of the endpoint.

replication_config

Type: STRUCT
Provider name: ReplicationConfig
Description: Whether event replication was enabled or disabled for this endpoint. The default state is ENABLED which means you must supply a RoleArn. If you don’t have a RoleArn or you don’t want event replication enabled, set the state to DISABLED.

  • state
    Type: STRING
    Provider name: State
    Description: The state of event replication.

role_arn

Type: STRING
Provider name: RoleArn
Description: The ARN of the role used by event replication for the endpoint.

routing_config

Type: STRUCT
Provider name: RoutingConfig
Description: The routing configuration of the endpoint.

  • failover_config
    Type: STRUCT
    Provider name: FailoverConfig
    Description: The failover configuration for an endpoint. This includes what triggers failover and what happens when it’s triggered.
    • primary
      Type: STRUCT
      Provider name: Primary
      Description: The main Region of the endpoint.
      • health_check
        Type: STRING
        Provider name: HealthCheck
        Description: The ARN of the health check used by the endpoint to determine whether failover is triggered.
    • secondary
      Type: STRUCT
      Provider name: Secondary
      Description: The Region that events are routed to when failover is triggered or event replication is enabled.
      • route
        Type: STRING
        Provider name: Route
        Description: Defines the secondary Region.

state

Type: STRING
Provider name: State
Description: The current state of the endpoint.

state_reason

Type: STRING
Provider name: StateReason
Description: The reason the endpoint is in its current state.

tags

Type: UNORDERED_LIST_STRING