Class AgentRuntimeAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.AgentRuntimeAttributes.Jsii$Proxy
- All Implemented Interfaces:
AgentRuntimeAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AgentRuntimeAttributes
@Stability(Stable)
@Internal
public static final class AgentRuntimeAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AgentRuntimeAttributes
An implementation for
AgentRuntimeAttributes-
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.AgentRuntimeAttributes
AgentRuntimeAttributes.Builder, AgentRuntimeAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AgentRuntimeAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theAgentRuntimeAttributes.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 runtime.final StringThe ID of the agent runtime.final StringThe name of the agent runtime.final StringThe version of the agent runtime When importing a runtime and this is not specified or undefined, endpoints created on this runtime will point to version "1" unless explicitly overridden.final StringThe current status of the agent runtime.final StringThe time at which the runtime was created.final StringThe description of the agent runtime.final StringThe time at which the runtime was last updated.final StringThe IAM role ARN.final List<ISecurityGroup> The security groups for this runtime, if in a VPC.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 theAgentRuntimeAttributes.Builder.
-
-
Method Details
-
getAgentRuntimeArn
Description copied from interface:AgentRuntimeAttributesThe ARN of the agent runtime.- Specified by:
getAgentRuntimeArnin interfaceAgentRuntimeAttributes
-
getAgentRuntimeId
Description copied from interface:AgentRuntimeAttributesThe ID of the agent runtime.- Specified by:
getAgentRuntimeIdin interfaceAgentRuntimeAttributes
-
getAgentRuntimeName
Description copied from interface:AgentRuntimeAttributesThe name of the agent runtime.- Specified by:
getAgentRuntimeNamein interfaceAgentRuntimeAttributes
-
getRoleArn
Description copied from interface:AgentRuntimeAttributesThe IAM role ARN.- Specified by:
getRoleArnin interfaceAgentRuntimeAttributes
-
getAgentRuntimeVersion
Description copied from interface:AgentRuntimeAttributesThe version of the agent runtime When importing a runtime and this is not specified or undefined, endpoints created on this runtime will point to version "1" unless explicitly overridden.Default: - undefined
- Specified by:
getAgentRuntimeVersionin interfaceAgentRuntimeAttributes
-
getAgentStatus
Description copied from interface:AgentRuntimeAttributesThe current status of the agent runtime.Default: - Status not available
- Specified by:
getAgentStatusin interfaceAgentRuntimeAttributes
-
getCreatedAt
Description copied from interface:AgentRuntimeAttributesThe time at which the runtime was created.Default: - Creation time not available
- Specified by:
getCreatedAtin interfaceAgentRuntimeAttributes
-
getDescription
Description copied from interface:AgentRuntimeAttributesThe description of the agent runtime.Default: - No description
- Specified by:
getDescriptionin interfaceAgentRuntimeAttributes
-
getLastUpdatedAt
Description copied from interface:AgentRuntimeAttributesThe time at which the runtime was last updated.Default: - Last update time not available
- Specified by:
getLastUpdatedAtin interfaceAgentRuntimeAttributes
-
getSecurityGroups
Description copied from interface:AgentRuntimeAttributesThe security groups for this runtime, if in a VPC.Default: - By default, the runtime is not in a VPC.
- Specified by:
getSecurityGroupsin interfaceAgentRuntimeAttributes
-
$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()
-