Get AWS Eventbridge configuration details
GET/audit_logs/v2/tenant/:tenantId/aws_accounts/:accountId/eventbridge_config
Returns AWS Eventbridge configuration details for a given account
Request
Path Parameters
tenantId int64required
accountId stringrequired
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
customerPrismaId int64
accountId string
eventbridgeRuleNamePrefix string
status string
Possible values: [PENDING
, ENABLED
, DISABLED
]
null
Unauthorized Access
- */*
- Schema
- Example (from schema)
Schema
object
null
Loading...