Skip to main content

Interface: IAuditLogSinkSpec

account.v1.IAuditLogSinkSpec

Properties of an AuditLogSinkSpec.

Implemented by

Properties

enabled

Optional enabled: null | boolean

Enabled indicates whether the sink is enabled or not.


kinesisSink

Optional kinesisSink: null | IKinesisSpec

The KinesisSpec when destination_type is Kinesis


name

Optional name: null | string

Name of the sink e.g. "audit_log_01"


pubSubSink

Optional pubSubSink: null | IPubSubSpec

The PubSubSpec when destination_type is PubSub