ITarget

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

Bases: Protocol

(experimental) Target configuration.

Stability:

experimental

Methods

bind(pipe)

(experimental) Bind this target to a pipe.

Parameters:

pipe (IPipe) –

Stability:

experimental

Return type:

TargetConfig

grant_push(grantee)

(experimental) Grant the pipe role to push to the target.

Parameters:

grantee (IRole) –

Stability:

experimental

Return type:

None

Attributes

target_arn

(experimental) The ARN of the target resource.

Stability:

experimental