Class MemoryAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.MemoryAttributes.Jsii$Proxy
- All Implemented Interfaces:
MemoryAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MemoryAttributes
@Stability(Stable)
@Internal
public static final class MemoryAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MemoryAttributes
An implementation for
MemoryAttributes-
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.MemoryAttributes
MemoryAttributes.Builder, MemoryAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MemoryAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theMemoryAttributes.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 created timestamp of the memory.final StringOptional KMS encryption key associated with this memory.final StringThe ARN of the memory.final StringThe ARN of the IAM role associated to the memory.final StringThe status of the memory.final StringWhen this memory was last updated.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 theMemoryAttributes.Builder.
-
-
Method Details
-
getMemoryArn
Description copied from interface:MemoryAttributesThe ARN of the memory.- Specified by:
getMemoryArnin interfaceMemoryAttributes
-
getRoleArn
Description copied from interface:MemoryAttributesThe ARN of the IAM role associated to the memory.- Specified by:
getRoleArnin interfaceMemoryAttributes
-
getCreatedAt
Description copied from interface:MemoryAttributesThe created timestamp of the memory.Default: undefined - No created timestamp is provided
- Specified by:
getCreatedAtin interfaceMemoryAttributes
-
getKmsKeyArn
Description copied from interface:MemoryAttributesOptional KMS encryption key associated with this memory.Default: undefined - An AWS managed key is used
- Specified by:
getKmsKeyArnin interfaceMemoryAttributes
-
getStatus
Description copied from interface:MemoryAttributesThe status of the memory.Default: undefined - No status is provided
- Specified by:
getStatusin interfaceMemoryAttributes
-
getUpdatedAt
Description copied from interface:MemoryAttributesWhen this memory was last updated.Default: undefined - No last updated timestamp is provided
- Specified by:
getUpdatedAtin interfaceMemoryAttributes
-
$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()
-