Class CfnMemoryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnMemoryProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMemoryProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMemoryProps
@Stability(Stable)
@Internal
public static final class CfnMemoryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMemoryProps
An implementation for
CfnMemoryProps
-
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.CfnMemoryProps
CfnMemoryProps.Builder, CfnMemoryProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnMemoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMemoryProps.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 String
Description of the Memory resource.final String
ARN format.final Number
Duration in days until memory events expire.final String
ARN format.final Object
List of memory strategies attached to this memory.final String
getName()
Name of the Memory resource.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 theCfnMemoryProps.Builder
.
-
-
Method Details
-
getEventExpiryDuration
Description copied from interface:CfnMemoryProps
Duration in days until memory events expire.- Specified by:
getEventExpiryDuration
in interfaceCfnMemoryProps
- See Also:
-
getName
Description copied from interface:CfnMemoryProps
Name of the Memory resource.- Specified by:
getName
in interfaceCfnMemoryProps
- See Also:
-
getDescription
Description copied from interface:CfnMemoryProps
Description of the Memory resource.- Specified by:
getDescription
in interfaceCfnMemoryProps
- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnMemoryProps
ARN format.- Specified by:
getEncryptionKeyArn
in interfaceCfnMemoryProps
- See Also:
-
getMemoryExecutionRoleArn
Description copied from interface:CfnMemoryProps
ARN format.- Specified by:
getMemoryExecutionRoleArn
in interfaceCfnMemoryProps
- See Also:
-
getMemoryStrategies
Description copied from interface:CfnMemoryProps
List of memory strategies attached to this memory.- Specified by:
getMemoryStrategies
in interfaceCfnMemoryProps
- See Also:
-
getTags
Description copied from interface:CfnMemoryProps
A map of tag keys and values.- Specified by:
getTags
in interfaceCfnMemoryProps
- 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()
-