ISource

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

Bases: Protocol

(experimental) Source interface.

Stability:

experimental

Methods

bind(pipe)

(experimental) Bind the source to a pipe.

Parameters:

pipe (IPipe) –

Stability:

experimental

Return type:

SourceConfig

grant_read(grantee)

(experimental) Grant the pipe role read access to the source.

Parameters:

grantee (IRole) –

Stability:

experimental

Return type:

None

Attributes

source_arn

(experimental) The ARN of the source resource.

Stability:

experimental