Class AWSAPICallViaCloudTrail.UserIdentity.Jsii$Proxy

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

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

    • getAccessKeyId

      public final List<String> getAccessKeyId()
      Description copied from interface: AWSAPICallViaCloudTrail.UserIdentity
      (experimental) accessKeyId property.

      Specify an array of string values to match this event if the actual value of accessKeyId 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:
      getAccessKeyId in interface AWSAPICallViaCloudTrail.UserIdentity
    • getAccountId

      public final List<String> getAccountId()
      Description copied from interface: AWSAPICallViaCloudTrail.UserIdentity
      (experimental) accountId property.

      Specify an array of string values to match this event if the actual value of accountId 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:
      getAccountId in interface AWSAPICallViaCloudTrail.UserIdentity
    • getArn

      public final List<String> getArn()
      Description copied from interface: AWSAPICallViaCloudTrail.UserIdentity
      (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 AWSAPICallViaCloudTrail.UserIdentity
    • getInvokedBy

      public final List<String> getInvokedBy()
      Description copied from interface: AWSAPICallViaCloudTrail.UserIdentity
      (experimental) invokedBy property.

      Specify an array of string values to match this event if the actual value of invokedBy 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:
      getInvokedBy in interface AWSAPICallViaCloudTrail.UserIdentity
    • getPrincipalId

      public final List<String> getPrincipalId()
      Description copied from interface: AWSAPICallViaCloudTrail.UserIdentity
      (experimental) principalId property.

      Specify an array of string values to match this event if the actual value of principalId 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:
      getPrincipalId in interface AWSAPICallViaCloudTrail.UserIdentity
    • getSessionContext

      public final AWSAPICallViaCloudTrail.SessionContext getSessionContext()
      Description copied from interface: AWSAPICallViaCloudTrail.UserIdentity
      (experimental) sessionContext property.

      Specify an array of string values to match this event if the actual value of sessionContext 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:
      getSessionContext in interface AWSAPICallViaCloudTrail.UserIdentity
    • getType

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