interface CfnCodeInterpreterCustomProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnCodeInterpreterCustomProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnCodeInterpreterCustomProps |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnCodeInterpreterCustomProps |
![]() | aws_cdk.aws_bedrockagentcore.CfnCodeInterpreterCustomProps |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnCodeInterpreterCustomProps |
Properties for defining a CfnCodeInterpreterCustom
.
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 cfnCodeInterpreterCustomProps: bedrockagentcore.CfnCodeInterpreterCustomProps = {
name: 'name',
networkConfiguration: {
networkMode: 'networkMode',
},
// the properties below are optional
description: 'description',
executionRoleArn: 'executionRoleArn',
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the code interpreter. |
network | IResolvable | Code | The network configuration for a code interpreter. |
description? | string | The code interpreter description. |
execution | string | The Amazon Resource Name (ARN) of the execution role. |
tags? | { [string]: string } | The tags for the code interpreter. |
name
Type:
string
The name of the code interpreter.
networkConfiguration
Type:
IResolvable
|
Code
The network configuration for a code interpreter.
This structure defines how the code interpreter connects to the network.
description?
Type:
string
(optional)
The code interpreter description.
executionRoleArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the execution role.
tags?
Type:
{ [string]: string }
(optional)
The tags for the code interpreter.