Class CodeInterpreterCustomAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CodeInterpreterCustomAttributes.Jsii$Proxy
- All Implemented Interfaces:
CodeInterpreterCustomAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodeInterpreterCustomAttributes
@Stability(Stable)
@Internal
public static final class CodeInterpreterCustomAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CodeInterpreterCustomAttributes
An implementation for
CodeInterpreterCustomAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CodeInterpreterCustomAttributes
CodeInterpreterCustomAttributes.Builder, CodeInterpreterCustomAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCodeInterpreterCustomAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ARN of the agent.final StringThe created timestamp of the code interpreter.final StringWhen this code interpreter was last updated.final StringThe ARN of the IAM role associated to the code interpreter.final List<ISecurityGroup> The security groups for this code interpreter, if in a VPC.final StringThe status of the code interpreter.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCodeInterpreterCustomAttributes.Builder.
-
-
Method Details
-
getCodeInterpreterArn
Description copied from interface:CodeInterpreterCustomAttributesThe ARN of the agent.- Specified by:
getCodeInterpreterArnin interfaceCodeInterpreterCustomAttributes
-
getRoleArn
Description copied from interface:CodeInterpreterCustomAttributesThe ARN of the IAM role associated to the code interpreter.- Specified by:
getRoleArnin interfaceCodeInterpreterCustomAttributes
-
getCreatedAt
Description copied from interface:CodeInterpreterCustomAttributesThe created timestamp of the code interpreter.Default: undefined - No created timestamp is provided
- Specified by:
getCreatedAtin interfaceCodeInterpreterCustomAttributes
-
getLastUpdatedAt
Description copied from interface:CodeInterpreterCustomAttributesWhen this code interpreter was last updated.Default: undefined - No last updated timestamp is provided
- Specified by:
getLastUpdatedAtin interfaceCodeInterpreterCustomAttributes
-
getSecurityGroups
Description copied from interface:CodeInterpreterCustomAttributesThe security groups for this code interpreter, if in a VPC.Default: - By default, the code interpreter is not in a VPC.
- Specified by:
getSecurityGroupsin interfaceCodeInterpreterCustomAttributes
-
getStatus
Description copied from interface:CodeInterpreterCustomAttributesThe status of the code interpreter.Default: undefined - No status is provided
- Specified by:
getStatusin interfaceCodeInterpreterCustomAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-