Class GuardDutyFinding.ResourceItem.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class GuardDutyFinding.ResourceItem.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GuardDutyFinding.ResourceItem
An implementation for GuardDutyFinding.ResourceItem
  • 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(GuardDutyFinding.ResourceItem.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GuardDutyFinding.ResourceItem.Builder.
  • Method Details

    • getArn

      public final List<String> getArn()
      Description copied from interface: GuardDutyFinding.ResourceItem
      (experimental) arn property.

      Specify an array of string values to match this event if the actual value of arn 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:
      getArn in interface GuardDutyFinding.ResourceItem
    • getCreatedAt

      public final List<String> getCreatedAt()
      Description copied from interface: GuardDutyFinding.ResourceItem
      (experimental) createdAt property.

      Specify an array of string values to match this event if the actual value of createdAt 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:
      getCreatedAt in interface GuardDutyFinding.ResourceItem
    • getDefaultServerSideEncryption

      public final GuardDutyFinding.DefaultServerSideEncryption getDefaultServerSideEncryption()
      Description copied from interface: GuardDutyFinding.ResourceItem
      (experimental) defaultServerSideEncryption property.

      Specify an array of string values to match this event if the actual value of defaultServerSideEncryption 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:
      getDefaultServerSideEncryption in interface GuardDutyFinding.ResourceItem
    • getName

      public final List<String> getName()
      Description copied from interface: GuardDutyFinding.ResourceItem
      (experimental) name property.

      Specify an array of string values to match this event if the actual value of name 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:
      getName in interface GuardDutyFinding.ResourceItem
    • getOwner

      public final GuardDutyFinding.Owner getOwner()
      Description copied from interface: GuardDutyFinding.ResourceItem
      (experimental) owner property.

      Specify an array of string values to match this event if the actual value of owner 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:
      getOwner in interface GuardDutyFinding.ResourceItem
    • getPublicAccess

      public final GuardDutyFinding.PublicAccess getPublicAccess()
      Description copied from interface: GuardDutyFinding.ResourceItem
      (experimental) publicAccess property.

      Specify an array of string values to match this event if the actual value of publicAccess 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:
      getPublicAccess in interface GuardDutyFinding.ResourceItem
    • getTags

      Description copied from interface: GuardDutyFinding.ResourceItem
      (experimental) tags property.

      Specify an array of string values to match this event if the actual value of tags 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:
      getTags in interface GuardDutyFinding.ResourceItem
    • getType

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