interface CodeBuildProjectProps
Language | Type name |
---|---|
![]() | aws_cdk.aws_events_targets.CodeBuildProjectProps |
![]() | software.amazon.awscdk.services.events.targets.CodeBuildProjectProps |
![]() | Amazon.CDK.AWS.Events.Targets.CodeBuildProjectProps |
![]() | @aws-cdk/aws-events-targets.CodeBuildProjectProps |
Customize the CodeBuild Event Target.
Properties
Name | Type | Description |
---|---|---|
event? | Rule | The event to send to CodeBuild. |
event?
Type:
Rule
(optional, default: the entire CloudWatch event)
The event to send to CodeBuild.
This will be the payload for the StartBuild API.