Interface IMemoryStrategy.Jsii$Default
- All Superinterfaces:
IMemoryStrategy,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMemoryStrategy.Jsii$Proxy
- Enclosing interface:
IMemoryStrategy
Internal default implementation for
IMemoryStrategy.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IMemoryStrategy
IMemoryStrategy.Jsii$Default, IMemoryStrategy.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe description of the memory strategy.default StringThe name of the memory strategy.default MemoryStrategyTypeThe type of memory strategy.default Grantgrant(IGrantable grantee) Grants the necessary permissions to the role.default CfnMemory.MemoryStrategyPropertyrender()Renders internal attributes to CloudFormation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStrategyName
The name of the memory strategy.- Specified by:
getStrategyNamein interfaceIMemoryStrategy
-
getStrategyType
The type of memory strategy.- Specified by:
getStrategyTypein interfaceIMemoryStrategy
-
getDescription
The description of the memory strategy.- Specified by:
getDescriptionin interfaceIMemoryStrategy
-
grant
Grants the necessary permissions to the role.- Specified by:
grantin interfaceIMemoryStrategy- Parameters:
grantee-- The grantee to grant permissions to.
- Returns:
- The Grant object for chaining
-
render
Renders internal attributes to CloudFormation.- Specified by:
renderin interfaceIMemoryStrategy
-