Interface ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem.Jsii$Proxy
Enclosing class:
ProjectEvents.CodeBuildBuildStateChange

@Stability(Experimental) public static interface ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Vpc-configItem.

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.*;
 VpcConfigItem vpcConfigItem = VpcConfigItem.builder()
         .buildFleetAz(List.of("buildFleetAz"))
         .customerAz(List.of("customerAz"))
         .subnetId(List.of("subnetId"))
         .build();
 
  • Method Details

    • getBuildFleetAz

      @Stability(Experimental) @Nullable default List<String> getBuildFleetAz()
      (experimental) build-fleet-az property.

      Specify an array of string values to match this event if the actual value of build-fleet-az 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

    • getCustomerAz

      @Stability(Experimental) @Nullable default List<String> getCustomerAz()
      (experimental) customer-az property.

      Specify an array of string values to match this event if the actual value of customer-az 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

    • getSubnetId

      @Stability(Experimental) @Nullable default List<String> getSubnetId()
      (experimental) subnet-id property.

      Specify an array of string values to match this event if the actual value of subnet-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

    • builder

      @Stability(Experimental) static ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem.Builder builder()
      Returns:
      a ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem.Builder of ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem