Skip to main content

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

OK

Schema
    customerPrismaId int64
    accountId string
    eventbridgeRuleNamePrefix string
    status string

    Possible values: [PENDING, ENABLED, DISABLED]

Loading...