Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKinesisDestination_Override ¶
func NewKinesisDestination_Override(k KinesisDestination, stream awskinesis.IStream)
Experimental.
func NewLambdaDestination_Override ¶
func NewLambdaDestination_Override(l LambdaDestination, fn awslambda.IFunction)
Experimental.
Types ¶
type KinesisDestination ¶
type KinesisDestination interface { awslogs.ILogSubscriptionDestination Bind(scope constructs.Construct, _sourceLogGroup awslogs.ILogGroup) *awslogs.LogSubscriptionDestinationConfig }
Use a Kinesis stream as the destination for a log subscription. Experimental.
func NewKinesisDestination ¶
func NewKinesisDestination(stream awskinesis.IStream) KinesisDestination
Experimental.
type LambdaDestination ¶
type LambdaDestination interface { awslogs.ILogSubscriptionDestination Bind(scope constructs.Construct, logGroup awslogs.ILogGroup) *awslogs.LogSubscriptionDestinationConfig }
Use a Lamda Function as the destination for a log subscription. Experimental.
func NewLambdaDestination ¶
func NewLambdaDestination(fn awslambda.IFunction) LambdaDestination
Experimental.
Click to show internal directories.
Click to hide internal directories.