Class CfnRuntimeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRuntimeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuntimeProps
@Stability(Stable)
@Internal
public static final class CfnRuntimeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuntimeProps
An implementation for
CfnRuntimeProps-
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.CfnRuntimeProps
CfnRuntimeProps.Builder, CfnRuntimeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRuntimeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuntimeProps.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 ObjectThe artifact of the agent.final StringThe name of the AgentCore Runtime endpoint.final ObjectRepresents inbound authorization configuration options used to authenticate incoming requests.final StringThe agent runtime description.final ObjectThe environment variables for the agent.final ObjectThe network configuration.final StringThe protocol configuration for an agent runtime.final StringThe Amazon Resource Name (ARN) for for the role.getTags()The tags for the agent.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 theCfnRuntimeProps.Builder.
-
-
Method Details
-
getAgentRuntimeArtifact
Description copied from interface:CfnRuntimePropsThe artifact of the agent.Returns union: either
IResolvableorCfnRuntime.AgentRuntimeArtifactProperty- Specified by:
getAgentRuntimeArtifactin interfaceCfnRuntimeProps- See Also:
-
getAgentRuntimeName
Description copied from interface:CfnRuntimePropsThe name of the AgentCore Runtime endpoint.- Specified by:
getAgentRuntimeNamein interfaceCfnRuntimeProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnRuntimePropsThe network configuration.Returns union: either
IResolvableorCfnRuntime.NetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnRuntimeProps- See Also:
-
getRoleArn
Description copied from interface:CfnRuntimePropsThe Amazon Resource Name (ARN) for for the role.- Specified by:
getRoleArnin interfaceCfnRuntimeProps- See Also:
-
getAuthorizerConfiguration
Description copied from interface:CfnRuntimePropsRepresents inbound authorization configuration options used to authenticate incoming requests.Returns union: either
IResolvableorCfnRuntime.AuthorizerConfigurationProperty- Specified by:
getAuthorizerConfigurationin interfaceCfnRuntimeProps- See Also:
-
getDescription
Description copied from interface:CfnRuntimePropsThe agent runtime description.- Specified by:
getDescriptionin interfaceCfnRuntimeProps- See Also:
-
getEnvironmentVariables
Description copied from interface:CfnRuntimePropsThe environment variables for the agent.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getEnvironmentVariablesin interfaceCfnRuntimeProps- See Also:
-
getProtocolConfiguration
Description copied from interface:CfnRuntimePropsThe protocol configuration for an agent runtime.This structure defines how the agent runtime communicates with clients.
- Specified by:
getProtocolConfigurationin interfaceCfnRuntimeProps- See Also:
-
getTags
Description copied from interface:CfnRuntimePropsThe tags for the agent.- Specified by:
getTagsin interfaceCfnRuntimeProps- See Also:
-
$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()
-