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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnMemoryProps
CfnMemoryProps.Builder, CfnMemoryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMemoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMemoryProps.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 StringDescription of the Memory resource.final StringThe memory encryption key Amazon Resource Name (ARN).final NumberThe event expiry configuration.final StringThe memory role ARN.final ObjectThe memory strategies.final StringgetName()The memory name.getTags()The tags for the resources.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 theCfnMemoryProps.Builder.
-
-
Method Details
-
getEventExpiryDuration
Description copied from interface:CfnMemoryPropsThe event expiry configuration.- Specified by:
getEventExpiryDurationin interfaceCfnMemoryProps- See Also:
-
getName
Description copied from interface:CfnMemoryPropsThe memory name.- Specified by:
getNamein interfaceCfnMemoryProps- See Also:
-
getDescription
Description copied from interface:CfnMemoryPropsDescription of the Memory resource.- Specified by:
getDescriptionin interfaceCfnMemoryProps- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnMemoryPropsThe memory encryption key Amazon Resource Name (ARN).- Specified by:
getEncryptionKeyArnin interfaceCfnMemoryProps- See Also:
-
getMemoryExecutionRoleArn
Description copied from interface:CfnMemoryPropsThe memory role ARN.- Specified by:
getMemoryExecutionRoleArnin interfaceCfnMemoryProps- See Also:
-
getMemoryStrategies
Description copied from interface:CfnMemoryPropsThe memory strategies.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMemory.MemoryStrategyProperty>- Specified by:
getMemoryStrategiesin interfaceCfnMemoryProps- See Also:
-
getTags
Description copied from interface:CfnMemoryPropsThe tags for the resources.- Specified by:
getTagsin interfaceCfnMemoryProps- 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()
-