Interface ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem.Jsii$Proxy
- Enclosing class:
ProjectEvents.CodeBuildBuildStateChange
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forProjectEvents.CodeBuildBuildStateChange.VpcConfigItemstatic final classAn implementation forProjectEvents.CodeBuildBuildStateChange.VpcConfigItem -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) build-fleet-az property.(experimental) customer-az property.(experimental) subnet-id property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ProjectEvents.CodeBuildBuildStateChange.VpcConfigItem.Builder builder()
-