interface CfnRuntimeEndpointProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnRuntimeEndpointProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntimeEndpointProps |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeEndpointProps |
![]() | aws_cdk.aws_bedrockagentcore.CfnRuntimeEndpointProps |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnRuntimeEndpointProps |
Properties for defining a CfnRuntimeEndpoint
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const cfnRuntimeEndpointProps: bedrockagentcore.CfnRuntimeEndpointProps = {
agentRuntimeId: 'agentRuntimeId',
name: 'name',
// the properties below are optional
agentRuntimeVersion: 'agentRuntimeVersion',
description: 'description',
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
agent | string | The ID of the parent Agent Runtime. |
name | string | |
agent | string | |
description? | string | |
tags? | { [string]: string } | A map of tag keys and values. |
agentRuntimeId
Type:
string
The ID of the parent Agent Runtime.
name
Type:
string
agentRuntimeVersion?
Type:
string
(optional)
description?
Type:
string
(optional)
tags?
Type:
{ [string]: string }
(optional)
A map of tag keys and values.