Class AWSAPICallViaCloudTrail.Environment1.Jsii$Proxy

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

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

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(AWSAPICallViaCloudTrail.Environment1.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AWSAPICallViaCloudTrail.Environment1.Builder.
  • Method Details

    • getComputeType

      public final List<String> getComputeType()
      Description copied from interface: AWSAPICallViaCloudTrail.Environment1
      (experimental) computeType property.

      Specify an array of string values to match this event if the actual value of computeType 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 AWSAPICallViaCloudTrail.Environment1
    • getEnvironmentVariables

      public final List<AWSAPICallViaCloudTrail.EnvironmentItem> getEnvironmentVariables()
      Description copied from interface: AWSAPICallViaCloudTrail.Environment1
      (experimental) environmentVariables property.

      Specify an array of string values to match this event if the actual value of environmentVariables 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 AWSAPICallViaCloudTrail.Environment1
    • getImage

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

      public final List<String> getImagePullCredentialsType()
      Description copied from interface: AWSAPICallViaCloudTrail.Environment1
      (experimental) imagePullCredentialsType property.

      Specify an array of string values to match this event if the actual value of imagePullCredentialsType 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 AWSAPICallViaCloudTrail.Environment1
    • getPrivilegedMode

      public final List<String> getPrivilegedMode()
      Description copied from interface: AWSAPICallViaCloudTrail.Environment1
      (experimental) privilegedMode property.

      Specify an array of string values to match this event if the actual value of privilegedMode 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 AWSAPICallViaCloudTrail.Environment1
    • getType

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