Interface ProjectEvents.CodeBuildBuildPhaseChange.Auth

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

@Stability(Experimental) public static interface ProjectEvents.CodeBuildBuildPhaseChange.Auth extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Auth.

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.*;
 Auth auth = Auth.builder()
         .type(List.of("type"))
         .build();