Class CodeBuildBuildStateChange.Environment.Jsii$Proxy

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

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

  • Method Details

    • getComputeType

      public final List<String> getComputeType()
      Description copied from interface: CodeBuildBuildStateChange.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 CodeBuildBuildStateChange.Environment
    • getEnvironmentVariables

      public final List<CodeBuildBuildStateChange.EnvironmentItem> getEnvironmentVariables()
      Description copied from interface: CodeBuildBuildStateChange.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 CodeBuildBuildStateChange.Environment
    • getImage

      public final List<String> getImage()
      Description copied from interface: CodeBuildBuildStateChange.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 CodeBuildBuildStateChange.Environment
    • getImagePullCredentialsType

      public final List<String> getImagePullCredentialsType()
      Description copied from interface: CodeBuildBuildStateChange.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 CodeBuildBuildStateChange.Environment
    • getPrivilegedMode

      public final List<String> getPrivilegedMode()
      Description copied from interface: CodeBuildBuildStateChange.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 CodeBuildBuildStateChange.Environment
    • getType

      public final List<String> getType()
      Description copied from interface: CodeBuildBuildStateChange.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 CodeBuildBuildStateChange.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