Class CodeBuildBuildPhaseChange.Environment.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.codebuild.events.CodeBuildBuildPhaseChange.Environment.Jsii$Proxy
All Implemented Interfaces:
CodeBuildBuildPhaseChange.Environment, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CodeBuildBuildPhaseChange.Environment

@Stability(Experimental) @Internal public static final class CodeBuildBuildPhaseChange.Environment.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CodeBuildBuildPhaseChange.Environment
  • Constructor Details

  • Method Details

    • getComputeType

      public final List<String> getComputeType()
      Description copied from interface: CodeBuildBuildPhaseChange.Environment
      (experimental) compute-type property.

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

      Specified by:
      getComputeType in interface CodeBuildBuildPhaseChange.Environment
    • getEnvironmentVariables

      public final List<CodeBuildBuildPhaseChange.EnvironmentItem> getEnvironmentVariables()
      Description copied from interface: CodeBuildBuildPhaseChange.Environment
      (experimental) environment-variables property.

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

      Specified by:
      getEnvironmentVariables in interface CodeBuildBuildPhaseChange.Environment
    • getImage

      public final List<String> getImage()
      Description copied from interface: CodeBuildBuildPhaseChange.Environment
      (experimental) image property.

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

      Specified by:
      getImage in interface CodeBuildBuildPhaseChange.Environment
    • getImagePullCredentialsType

      public final List<String> getImagePullCredentialsType()
      Description copied from interface: CodeBuildBuildPhaseChange.Environment
      (experimental) image-pull-credentials-type property.

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

      Specified by:
      getImagePullCredentialsType in interface CodeBuildBuildPhaseChange.Environment
    • getPrivilegedMode

      public final List<String> getPrivilegedMode()
      Description copied from interface: CodeBuildBuildPhaseChange.Environment
      (experimental) privileged-mode property.

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

      Specified by:
      getPrivilegedMode in interface CodeBuildBuildPhaseChange.Environment
    • getType

      public final List<String> getType()
      Description copied from interface: CodeBuildBuildPhaseChange.Environment
      (experimental) type property.

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

      Specified by:
      getType in interface CodeBuildBuildPhaseChange.Environment
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object