Interface ProjectEvents.CodeBuildBuildPhaseChange.CodeBuildBuildPhaseChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjectEvents.CodeBuildBuildPhaseChange.CodeBuildBuildPhaseChangeProps.Jsii$Proxy
- Enclosing class:
ProjectEvents.CodeBuildBuildPhaseChange
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.codebuild.events.*;
CodeBuildBuildPhaseChangeProps codeBuildBuildPhaseChangeProps = CodeBuildBuildPhaseChangeProps.builder()
.additionalInformation(AdditionalInformation.builder()
.artifact(Artifact.builder()
.location(List.of("location"))
.md5Sum(List.of("md5Sum"))
.sha256Sum(List.of("sha256Sum"))
.build())
.buildComplete(List.of("buildComplete"))
.buildStartTime(List.of("buildStartTime"))
.cache(Cache.builder()
.location(List.of("location"))
.type(List.of("type"))
.build())
.environment(Environment.builder()
.computeType(List.of("computeType"))
.environmentVariables(List.of(EnvironmentItem.builder()
.name(List.of("name"))
.type(List.of("type"))
.value(List.of("value"))
.build()))
.image(List.of("image"))
.imagePullCredentialsType(List.of("imagePullCredentialsType"))
.privilegedMode(List.of("privilegedMode"))
.type(List.of("type"))
.build())
.initiator(List.of("initiator"))
.logs(Logs.builder()
.deepLink(List.of("deepLink"))
.groupName(List.of("groupName"))
.streamName(List.of("streamName"))
.build())
.networkInterface(NetworkInterface.builder()
.eniId(List.of("eniId"))
.subnetId(List.of("subnetId"))
.build())
.phases(List.of(AdditionalInformationItem.builder()
.durationInSeconds(List.of("durationInSeconds"))
.endTime(List.of("endTime"))
.phaseContext(List.of("phaseContext"))
.phaseStatus(List.of("phaseStatus"))
.phaseType(List.of("phaseType"))
.startTime(List.of("startTime"))
.build()))
.queuedTimeoutInMinutes(List.of("queuedTimeoutInMinutes"))
.source(Source.builder()
.auth(Auth.builder()
.type(List.of("type"))
.build())
.buildspec(List.of("buildspec"))
.location(List.of("location"))
.type(List.of("type"))
.build())
.sourceVersion(List.of("sourceVersion"))
.timeoutInMinutes(List.of("timeoutInMinutes"))
.vpcConfig(VpcConfig.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnets(List.of(VpcConfigItem.builder()
.buildFleetAz(List.of("buildFleetAz"))
.customerAz(List.of("customerAz"))
.subnetId(List.of("subnetId"))
.build()))
.vpcId(List.of("vpcId"))
.build())
.build())
.buildId(List.of("buildId"))
.completedPhase(List.of("completedPhase"))
.completedPhaseContext(List.of("completedPhaseContext"))
.completedPhaseDurationSeconds(List.of("completedPhaseDurationSeconds"))
.completedPhaseEnd(List.of("completedPhaseEnd"))
.completedPhaseStart(List.of("completedPhaseStart"))
.completedPhaseStatus(List.of("completedPhaseStatus"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.projectName(List.of("projectName"))
.version(List.of("version"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forProjectEvents.CodeBuildBuildPhaseChange.CodeBuildBuildPhaseChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) additional-information property.(experimental) build-id property.(experimental) completed-phase property.(experimental) completed-phase-context property.(experimental) completed-phase-duration-seconds property.(experimental) completed-phase-end property.(experimental) completed-phase-start property.(experimental) completed-phase-status property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) project-name property.(experimental) version property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdditionalInformation
@Stability(Experimental) @Nullable default ProjectEvents.CodeBuildBuildPhaseChange.AdditionalInformation getAdditionalInformation()(experimental) additional-information property.Specify an array of string values to match this event if the actual value of additional-information is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getBuildId
(experimental) build-id property.Specify an array of string values to match this event if the actual value of build-id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCompletedPhase
(experimental) completed-phase property.Specify an array of string values to match this event if the actual value of completed-phase is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCompletedPhaseContext
(experimental) completed-phase-context property.Specify an array of string values to match this event if the actual value of completed-phase-context is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCompletedPhaseDurationSeconds
(experimental) completed-phase-duration-seconds property.Specify an array of string values to match this event if the actual value of completed-phase-duration-seconds is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCompletedPhaseEnd
(experimental) completed-phase-end property.Specify an array of string values to match this event if the actual value of completed-phase-end is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCompletedPhaseStart
(experimental) completed-phase-start property.Specify an array of string values to match this event if the actual value of completed-phase-start is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCompletedPhaseStatus
(experimental) completed-phase-status property.Specify an array of string values to match this event if the actual value of completed-phase-status is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getProjectName
(experimental) project-name property.Specify an array of string values to match this event if the actual value of project-name is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Project reference
-
getVersion
(experimental) version property.Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ProjectEvents.CodeBuildBuildPhaseChange.CodeBuildBuildPhaseChangeProps.Builder builder()
-