Skip to main content

Interface: IAuditLogSinkSpec

account.v1.IAuditLogSinkSpec

Properties of an AuditLogSinkSpec.

Hierarchy

Properties

enabled

Optional enabled: null | boolean

Enabled indicates whether the sink is enabled or not.

Inherited from

$Properties.enabled


kinesisSink

Optional kinesisSink: null | $Properties

The KinesisSpec when destination_type is Kinesis

Inherited from

$Properties.kinesisSink


name

Optional name: null | string

Name of the sink e.g. "audit_log_01"

Inherited from

$Properties.name


pubSubSink

Optional pubSubSink: null | $Properties

The PubSubSpec when destination_type is PubSub

Inherited from

$Properties.pubSubSink


sinkType

Optional sinkType: "kinesisSink" | "pubSubSink"

AuditLogSinkSpec sinkType

Inherited from

$Properties.sinkType