@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.238Z") @Stability(value=Experimental) public interface CodeBuildProjectProps extends software.amazon.jsii.JsiiSerializable, TargetBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeBuildProjectProps.Builder
A builder for
CodeBuildProjectProps |
static class |
CodeBuildProjectProps.Jsii$Proxy
An implementation for
CodeBuildProjectProps |
| Modifier and Type | Method and Description |
|---|---|
static CodeBuildProjectProps.Builder |
builder() |
default RuleTargetInput |
getEvent()
(experimental) The event to send to CodeBuild.
|
default IRole |
getEventRole()
(experimental) The role to assume before invoking the target (i.e., the codebuild) when the given rule is triggered.
|
getDeadLetterQueue, getMaxEventAge, getRetryAttempts@Stability(value=Experimental) @Nullable default RuleTargetInput getEvent()
This will be the payload for the StartBuild API.
Default: - the entire EventBridge event
@Stability(value=Experimental) @Nullable default IRole getEventRole()
Default: - a new role will be created
@Stability(value=Experimental) static CodeBuildProjectProps.Builder builder()
builder in interface TargetBasePropsCodeBuildProjectProps.Builder of CodeBuildProjectPropsCopyright © 2021. All rights reserved.