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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IRuntimeEndpointRef
IRuntimeEndpointRef.Jsii$Default, IRuntimeEndpointRef.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnRuntimeEndpoint
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnRuntimeEndpoint
(software.amazon.jsii.JsiiObjectRef objRef) CfnRuntimeEndpoint
(software.constructs.Construct scope, String id, CfnRuntimeEndpointProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the parent Agent Runtime.The reason for failure if the endpoint is in a failed state.The unique ID of the Agent Runtime Endpoint itself.Tag Manager which manages the tags for this resource.getName()
A reference to a RuntimeEndpoint resource.getTags()
A map of tag keys and values.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAgentRuntimeId
(String value) The ID of the parent Agent Runtime.void
setAgentRuntimeVersion
(String value) void
setDescription
(String value) void
void
A map of tag keys and values.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
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
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- 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 classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrAgentRuntimeArn
-
getAttrAgentRuntimeEndpointArn
-
getAttrCreatedAt
-
getAttrFailureReason
The reason for failure if the endpoint is in a failed state. -
getAttrId
The unique ID of the Agent Runtime Endpoint itself. -
getAttrLastUpdatedAt
-
getAttrLiveVersion
-
getAttrStatus
-
getAttrTargetVersion
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getRuntimeEndpointRef
A reference to a RuntimeEndpoint resource.- Specified by:
getRuntimeEndpointRef
in interfaceIRuntimeEndpointRef
-
getAgentRuntimeId
The ID of the parent Agent Runtime. -
setAgentRuntimeId
The ID of the parent Agent Runtime. -
getName
-
setName
-
getAgentRuntimeVersion
-
setAgentRuntimeVersion
-
getDescription
-
setDescription
-
getTags
A map of tag keys and values. -
setTags
A map of tag keys and values.
-