Class MetadataConfiguration.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.MetadataConfiguration.Jsii$Proxy
All Implemented Interfaces:
MetadataConfiguration, software.amazon.jsii.JsiiSerializable
Enclosing interface:
MetadataConfiguration

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

    • getAllowedQueryParameters

      public final List<String> getAllowedQueryParameters()
      Description copied from interface: MetadataConfiguration
      List of query parameter names to pass through to the target.

      Constraints:

      • Array must contain 1-10 items
      • Each parameter name must be 1-40 characters
      • Cannot be an empty array

      Default: - No query parameters are passed through

      Specified by:
      getAllowedQueryParameters in interface MetadataConfiguration
    • getAllowedRequestHeaders

      public final List<String> getAllowedRequestHeaders()
      Description copied from interface: MetadataConfiguration
      List of request header names to pass through to the target.

      Constraints:

      • Array must contain 1-10 items
      • Each header name must be 1-100 characters
      • Cannot be an empty array

      Default: - No request headers are passed through

      Specified by:
      getAllowedRequestHeaders in interface MetadataConfiguration
    • getAllowedResponseHeaders

      public final List<String> getAllowedResponseHeaders()
      Description copied from interface: MetadataConfiguration
      List of response header names to pass through from the target.

      Constraints:

      • Array must contain 1-10 items
      • Each header name must be 1-100 characters
      • Cannot be an empty array

      Default: - No response headers are passed through

      Specified by:
      getAllowedResponseHeaders in interface MetadataConfiguration
    • $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