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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnRuntimeProps
CfnRuntimeProps.Builder, CfnRuntimeProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRuntimeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuntimeProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
final String
final Object
Configuration for the authorizer.final String
final Object
Environment variable attributes.final Object
final String
final String
getTags()
A map of tag keys and values.final int
hashCode()
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
- Specified by:
getAgentRuntimeArtifact
in interfaceCfnRuntimeProps
- See Also:
-
getAgentRuntimeName
- Specified by:
getAgentRuntimeName
in interfaceCfnRuntimeProps
- See Also:
-
getNetworkConfiguration
- Specified by:
getNetworkConfiguration
in interfaceCfnRuntimeProps
- See Also:
-
getRoleArn
- Specified by:
getRoleArn
in interfaceCfnRuntimeProps
- See Also:
-
getAuthorizerConfiguration
Description copied from interface:CfnRuntimeProps
Configuration for the authorizer.- Specified by:
getAuthorizerConfiguration
in interfaceCfnRuntimeProps
- See Also:
-
getDescription
- Specified by:
getDescription
in interfaceCfnRuntimeProps
- See Also:
-
getEnvironmentVariables
Description copied from interface:CfnRuntimeProps
Environment variable attributes.- Specified by:
getEnvironmentVariables
in interfaceCfnRuntimeProps
- See Also:
-
getProtocolConfiguration
- Specified by:
getProtocolConfiguration
in interfaceCfnRuntimeProps
- See Also:
-
getTags
Description copied from interface:CfnRuntimeProps
A map of tag keys and values.- Specified by:
getTags
in interfaceCfnRuntimeProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-