ILogDestination

class aws_cdk.aws_pipes_alpha.ILogDestination(*args, **kwargs)

Bases: Protocol

(experimental) Log destination base class.

Stability:

experimental

Methods

bind(pipe)

(experimental) Bind the log destination to the pipe.

Parameters:

pipe (IPipe) –

Stability:

experimental

Return type:

LogDestinationConfig

grant_push(grantee)

(experimental) Grant the pipe role to push to the log destination.

Parameters:

grantee (IRole) –

Stability:

experimental

Return type:

None