Interface AWSAPICallViaCloudTrail.BuildPhase
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.BuildPhase.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
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.*;
BuildPhase buildPhase = BuildPhase.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.BuildPhasestatic final classAn implementation forAWSAPICallViaCloudTrail.BuildPhase -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) durationInSeconds property.(experimental) endTime property.(experimental) phaseContext property.(experimental) phaseStatus property.(experimental) phaseType property.(experimental) startTime property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDurationInSeconds
(experimental) durationInSeconds property.Specify an array of string values to match this event if the actual value of durationInSeconds 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
-
getEndTime
(experimental) endTime property.Specify an array of string values to match this event if the actual value of endTime 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
-
getPhaseContext
(experimental) phaseContext property.Specify an array of string values to match this event if the actual value of phaseContext 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
-
getPhaseStatus
(experimental) phaseStatus property.Specify an array of string values to match this event if the actual value of phaseStatus 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
-
getPhaseType
(experimental) phaseType property.Specify an array of string values to match this event if the actual value of phaseType 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
-
getStartTime
(experimental) startTime property.Specify an array of string values to match this event if the actual value of startTime 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
-