Interface AWSAPICallViaCloudTrail.Build
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.Build.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.*;
Build build = Build.builder()
.arn(List.of("arn"))
.artifacts(Artifacts.builder()
.encryptionDisabled(List.of("encryptionDisabled"))
.location(List.of("location"))
.build())
.buildComplete(List.of("buildComplete"))
.buildStatus(List.of("buildStatus"))
.cache(Cache.builder()
.location(List.of("location"))
.type(List.of("type"))
.build())
.currentPhase(List.of("currentPhase"))
.encryptionKey(List.of("encryptionKey"))
.endTime(List.of("endTime"))
.environment(Environment.builder()
.certificate(List.of("certificate"))
.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())
.id(List.of("id"))
.initiator(List.of("initiator"))
.logs(Logs.builder()
.deepLink(List.of("deepLink"))
.groupName(List.of("groupName"))
.streamName(List.of("streamName"))
.build())
.phases(List.of(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()))
.projectName(List.of("projectName"))
.queuedTimeoutInMinutes(List.of("queuedTimeoutInMinutes"))
.resolvedSourceVersion(List.of("resolvedSourceVersion"))
.serviceRole(List.of("serviceRole"))
.source(Source.builder()
.auth(Auth.builder()
.type(List.of("type"))
.build())
.buildspec(List.of("buildspec"))
.insecureSsl(List.of("insecureSsl"))
.location(List.of("location"))
.reportBuildStatus(List.of("reportBuildStatus"))
.type(List.of("type"))
.build())
.sourceVersion(List.of("sourceVersion"))
.startTime(List.of("startTime"))
.timeoutInMinutes(List.of("timeoutInMinutes"))
.vpcConfig(VpcConfig.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnets(List.of("subnets"))
.vpcId(List.of("vpcId"))
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.Buildstatic final classAn implementation forAWSAPICallViaCloudTrail.Build -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getArn()(experimental) arn property.(experimental) artifacts property.(experimental) buildComplete property.(experimental) buildStatus property.default AWSAPICallViaCloudTrail.CachegetCache()(experimental) cache property.(experimental) currentPhase property.(experimental) encryptionKey property.(experimental) endTime property.(experimental) environment property.getId()(experimental) id property.(experimental) initiator property.default AWSAPICallViaCloudTrail.LogsgetLogs()(experimental) logs property.default List<AWSAPICallViaCloudTrail.BuildPhase> (experimental) phases property.(experimental) projectName property.(experimental) queuedTimeoutInMinutes property.(experimental) resolvedSourceVersion property.(experimental) serviceRole property.default AWSAPICallViaCloudTrail.Source(experimental) source property.(experimental) sourceVersion property.(experimental) startTime property.(experimental) timeoutInMinutes property.(experimental) vpcConfig property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
(experimental) arn property.Specify an array of string values to match this event if the actual value of arn 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
-
getArtifacts
(experimental) artifacts property.Specify an array of string values to match this event if the actual value of artifacts 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
-
getBuildComplete
(experimental) buildComplete property.Specify an array of string values to match this event if the actual value of buildComplete 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
-
getBuildStatus
(experimental) buildStatus property.Specify an array of string values to match this event if the actual value of buildStatus 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
-
getCache
(experimental) cache property.Specify an array of string values to match this event if the actual value of cache 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
-
getCurrentPhase
(experimental) currentPhase property.Specify an array of string values to match this event if the actual value of currentPhase 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
-
getEncryptionKey
(experimental) encryptionKey property.Specify an array of string values to match this event if the actual value of encryptionKey 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
-
getEnvironment
(experimental) environment property.Specify an array of string values to match this event if the actual value of environment 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
-
getId
(experimental) id property.Specify an array of string values to match this event if the actual value of 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
-
getInitiator
(experimental) initiator property.Specify an array of string values to match this event if the actual value of initiator 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
-
getLogs
(experimental) logs property.Specify an array of string values to match this event if the actual value of logs 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
-
getPhases
(experimental) phases property.Specify an array of string values to match this event if the actual value of phases 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
-
getProjectName
(experimental) projectName property.Specify an array of string values to match this event if the actual value of projectName 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
-
getQueuedTimeoutInMinutes
(experimental) queuedTimeoutInMinutes property.Specify an array of string values to match this event if the actual value of queuedTimeoutInMinutes 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
-
getResolvedSourceVersion
(experimental) resolvedSourceVersion property.Specify an array of string values to match this event if the actual value of resolvedSourceVersion 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
-
getServiceRole
(experimental) serviceRole property.Specify an array of string values to match this event if the actual value of serviceRole 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
-
getSource
(experimental) source property.Specify an array of string values to match this event if the actual value of source 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
-
getSourceVersion
(experimental) sourceVersion property.Specify an array of string values to match this event if the actual value of sourceVersion 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
-
getTimeoutInMinutes
(experimental) timeoutInMinutes property.Specify an array of string values to match this event if the actual value of timeoutInMinutes 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
-
getVpcConfig
(experimental) vpcConfig property.Specify an array of string values to match this event if the actual value of vpcConfig 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
-