Class RuntimeEndpointProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class RuntimeEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RuntimeEndpointProps
An implementation for RuntimeEndpointProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.RuntimeEndpointProps

    RuntimeEndpointProps.Builder, RuntimeEndpointProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the RuntimeEndpointProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The ID of the agent runtime to associate with this endpoint This is the unique identifier of the runtime resource Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,99}-[a-zA-Z0-9]{10}$.
    final String
    The version of the agent runtime to use for this endpoint If not specified, the endpoint will point to version "1" of the runtime.
    final String
    Optional description for the agent runtime endpoint Length Minimum: 1 , Maximum: 256.
    final String
    The name of the agent runtime endpoint Valid characters are a-z, A-Z, 0-9, _ (underscore) Must start with a letter and can be up to 48 characters long Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$.
    Tags for the agent runtime endpoint A list of key:value pairs of tags to apply to this RuntimeEndpoint resource Pattern: ^[a-zA-Z0-9\s._:/=+@-]*$.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(RuntimeEndpointProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the RuntimeEndpointProps.Builder.
  • Method Details

    • getAgentRuntimeId

      public final String getAgentRuntimeId()
      Description copied from interface: RuntimeEndpointProps
      The ID of the agent runtime to associate with this endpoint This is the unique identifier of the runtime resource Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,99}-[a-zA-Z0-9]{10}$.
      Specified by:
      getAgentRuntimeId in interface RuntimeEndpointProps
    • getAgentRuntimeVersion

      public final String getAgentRuntimeVersion()
      Description copied from interface: RuntimeEndpointProps
      The version of the agent runtime to use for this endpoint If not specified, the endpoint will point to version "1" of the runtime.

      Pattern: ^([1-9][0-9]{0,4})$

      Default: "1"

      Specified by:
      getAgentRuntimeVersion in interface RuntimeEndpointProps
    • getDescription

      public final String getDescription()
      Description copied from interface: RuntimeEndpointProps
      Optional description for the agent runtime endpoint Length Minimum: 1 , Maximum: 256.

      Default: - No description

      Specified by:
      getDescription in interface RuntimeEndpointProps
    • getEndpointName

      public final String getEndpointName()
      Description copied from interface: RuntimeEndpointProps
      The name of the agent runtime endpoint Valid characters are a-z, A-Z, 0-9, _ (underscore) Must start with a letter and can be up to 48 characters long Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$.

      Default: - auto generate

      Specified by:
      getEndpointName in interface RuntimeEndpointProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: RuntimeEndpointProps
      Tags for the agent runtime endpoint A list of key:value pairs of tags to apply to this RuntimeEndpoint resource Pattern: ^[a-zA-Z0-9\s._:/=+@-]*$.

      Default: {} - no tags

      Specified by:
      getTags in interface RuntimeEndpointProps
    • $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