We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.bedrockagentcore.getCodeInterpreterCustom
Start a Neo task
Explain and create an aws-native.bedrockagentcore.getCodeInterpreterCustom resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource definition for AWS::BedrockAgentCore::CodeInterpreterCustom
Using getCodeInterpreterCustom
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCodeInterpreterCustom(args: GetCodeInterpreterCustomArgs, opts?: InvokeOptions): Promise<GetCodeInterpreterCustomResult>
function getCodeInterpreterCustomOutput(args: GetCodeInterpreterCustomOutputArgs, opts?: InvokeOptions): Output<GetCodeInterpreterCustomResult>def get_code_interpreter_custom(code_interpreter_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCodeInterpreterCustomResult
def get_code_interpreter_custom_output(code_interpreter_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCodeInterpreterCustomResult]func LookupCodeInterpreterCustom(ctx *Context, args *LookupCodeInterpreterCustomArgs, opts ...InvokeOption) (*LookupCodeInterpreterCustomResult, error)
func LookupCodeInterpreterCustomOutput(ctx *Context, args *LookupCodeInterpreterCustomOutputArgs, opts ...InvokeOption) LookupCodeInterpreterCustomResultOutput> Note: This function is named LookupCodeInterpreterCustom in the Go SDK.
public static class GetCodeInterpreterCustom
{
public static Task<GetCodeInterpreterCustomResult> InvokeAsync(GetCodeInterpreterCustomArgs args, InvokeOptions? opts = null)
public static Output<GetCodeInterpreterCustomResult> Invoke(GetCodeInterpreterCustomInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCodeInterpreterCustomResult> getCodeInterpreterCustom(GetCodeInterpreterCustomArgs args, InvokeOptions options)
public static Output<GetCodeInterpreterCustomResult> getCodeInterpreterCustom(GetCodeInterpreterCustomArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:bedrockagentcore:getCodeInterpreterCustom
arguments:
# arguments dictionaryThe following arguments are supported:
- Code
Interpreter stringId - The id of the code interpreter.
- Code
Interpreter stringId - The id of the code interpreter.
- code
Interpreter StringId - The id of the code interpreter.
- code
Interpreter stringId - The id of the code interpreter.
- code_
interpreter_ strid - The id of the code interpreter.
- code
Interpreter StringId - The id of the code interpreter.
getCodeInterpreterCustom Result
The following output properties are available:
- Code
Interpreter stringArn - The ARN of a CodeInterpreter resource.
- Code
Interpreter stringId - The id of the code interpreter.
- Created
At string - Timestamp when the code interpreter was created.
- Failure
Reason string - The reason for failure if the code interpreter creation or operation failed.
- Last
Updated stringAt - Timestamp when the code interpreter was last updated.
- Status
Pulumi.
Aws Native. Bedrock Agent Core. Code Interpreter Custom Code Interpreter Status - Status of code interpreter.
- Dictionary<string, string>
- The tags for the code interpreter.
- Code
Interpreter stringArn - The ARN of a CodeInterpreter resource.
- Code
Interpreter stringId - The id of the code interpreter.
- Created
At string - Timestamp when the code interpreter was created.
- Failure
Reason string - The reason for failure if the code interpreter creation or operation failed.
- Last
Updated stringAt - Timestamp when the code interpreter was last updated.
- Status
Code
Interpreter Custom Code Interpreter Status - Status of code interpreter.
- map[string]string
- The tags for the code interpreter.
- code
Interpreter StringArn - The ARN of a CodeInterpreter resource.
- code
Interpreter StringId - The id of the code interpreter.
- created
At String - Timestamp when the code interpreter was created.
- failure
Reason String - The reason for failure if the code interpreter creation or operation failed.
- last
Updated StringAt - Timestamp when the code interpreter was last updated.
- status
Code
Interpreter Custom Code Interpreter Status - Status of code interpreter.
- Map<String,String>
- The tags for the code interpreter.
- code
Interpreter stringArn - The ARN of a CodeInterpreter resource.
- code
Interpreter stringId - The id of the code interpreter.
- created
At string - Timestamp when the code interpreter was created.
- failure
Reason string - The reason for failure if the code interpreter creation or operation failed.
- last
Updated stringAt - Timestamp when the code interpreter was last updated.
- status
Code
Interpreter Custom Code Interpreter Status - Status of code interpreter.
- {[key: string]: string}
- The tags for the code interpreter.
- code_
interpreter_ strarn - The ARN of a CodeInterpreter resource.
- code_
interpreter_ strid - The id of the code interpreter.
- created_
at str - Timestamp when the code interpreter was created.
- failure_
reason str - The reason for failure if the code interpreter creation or operation failed.
- last_
updated_ strat - Timestamp when the code interpreter was last updated.
- status
Code
Interpreter Custom Code Interpreter Status - Status of code interpreter.
- Mapping[str, str]
- The tags for the code interpreter.
- code
Interpreter StringArn - The ARN of a CodeInterpreter resource.
- code
Interpreter StringId - The id of the code interpreter.
- created
At String - Timestamp when the code interpreter was created.
- failure
Reason String - The reason for failure if the code interpreter creation or operation failed.
- last
Updated StringAt - Timestamp when the code interpreter was last updated.
- status "CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED"
- Status of code interpreter.
- Map<String>
- The tags for the code interpreter.
Supporting Types
CodeInterpreterCustomCodeInterpreterStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
