Class CfnRuntimeEndpoint

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeEndpoint
All Implemented Interfaces:
IInspectable, ITaggableV2, IRuntimeEndpointRef, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-25T11:29:02.627Z") @Stability(Stable) public class CfnRuntimeEndpoint extends CfnResource implements IInspectable, IRuntimeEndpointRef, ITaggableV2
Resource definition for AWS::BedrockAgentCore::RuntimeEndpoint.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrockagentcore.*;
 CfnRuntimeEndpoint cfnRuntimeEndpoint = CfnRuntimeEndpoint.Builder.create(this, "MyCfnRuntimeEndpoint")
         .agentRuntimeId("agentRuntimeId")
         .name("name")
         // the properties below are optional
         .agentRuntimeVersion("agentRuntimeVersion")
         .description("description")
         .tags(Map.of(
                 "tagsKey", "tags"))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnRuntimeEndpoint

      protected CfnRuntimeEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnRuntimeEndpoint

      protected CfnRuntimeEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnRuntimeEndpoint

      @Stability(Stable) public CfnRuntimeEndpoint(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnRuntimeEndpointProps props)
      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrAgentRuntimeArn

      @Stability(Stable) @NotNull public String getAttrAgentRuntimeArn()
    • getAttrAgentRuntimeEndpointArn

      @Stability(Stable) @NotNull public String getAttrAgentRuntimeEndpointArn()
    • getAttrCreatedAt

      @Stability(Stable) @NotNull public String getAttrCreatedAt()
    • getAttrFailureReason

      @Stability(Stable) @NotNull public String getAttrFailureReason()
      The reason for failure if the endpoint is in a failed state.
    • getAttrId

      @Stability(Stable) @NotNull public String getAttrId()
      The unique ID of the Agent Runtime Endpoint itself.
    • getAttrLastUpdatedAt

      @Stability(Stable) @NotNull public String getAttrLastUpdatedAt()
    • getAttrLiveVersion

      @Stability(Stable) @NotNull public String getAttrLiveVersion()
    • getAttrStatus

      @Stability(Stable) @NotNull public String getAttrStatus()
    • getAttrTargetVersion

      @Stability(Stable) @NotNull public String getAttrTargetVersion()
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getRuntimeEndpointRef

      @Stability(Stable) @NotNull public RuntimeEndpointReference getRuntimeEndpointRef()
      A reference to a RuntimeEndpoint resource.
      Specified by:
      getRuntimeEndpointRef in interface IRuntimeEndpointRef
    • getAgentRuntimeId

      @Stability(Stable) @NotNull public String getAgentRuntimeId()
      The ID of the parent Agent Runtime.
    • setAgentRuntimeId

      @Stability(Stable) public void setAgentRuntimeId(@NotNull String value)
      The ID of the parent Agent Runtime.
    • getName

      @Stability(Stable) @NotNull public String getName()
    • setName

      @Stability(Stable) public void setName(@NotNull String value)
    • getAgentRuntimeVersion

      @Stability(Stable) @Nullable public String getAgentRuntimeVersion()
    • setAgentRuntimeVersion

      @Stability(Stable) public void setAgentRuntimeVersion(@Nullable String value)
    • getDescription

      @Stability(Stable) @Nullable public String getDescription()
    • setDescription

      @Stability(Stable) public void setDescription(@Nullable String value)
    • getTags

      @Stability(Stable) @Nullable public Map<String,String> getTags()
      A map of tag keys and values.
    • setTags

      @Stability(Stable) public void setTags(@Nullable Map<String,String> value)
      A map of tag keys and values.