| Name | Type | Description | Notes |
|---|---|---|---|
| statements | Array<Statement> | The set of resources you wish to subscribe to audit log notifications for. | [optional] [default to undefined] |
import { AuditLogEventsHookCapabilityConfigRep } from 'launchdarkly-api-typescript';
const instance: AuditLogEventsHookCapabilityConfigRep = {
statements,
};