Interface AWSAPICallViaCloudTrail.Build

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSAPICallViaCloudTrail.Build.Jsii$Proxy
Enclosing class:
AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.Build extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Build.

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();
 
  • Method Details

    • getArn

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getArtifacts

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Artifacts 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getBuildComplete

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getBuildStatus

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCache

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Cache 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCurrentPhase

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEncryptionKey

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEndTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEnvironment

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Environment 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInitiator

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getLogs

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Logs 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPhases

      @Stability(Experimental) @Nullable default List<AWSAPICallViaCloudTrail.BuildPhase> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getProjectName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getQueuedTimeoutInMinutes

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getResolvedSourceVersion

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getServiceRole

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSource

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Source 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSourceVersion

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTimeoutInMinutes

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getVpcConfig

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.VpcConfig 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSAPICallViaCloudTrail.Build.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.Build.Builder of AWSAPICallViaCloudTrail.Build