Interface IMemoryStrategy
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IMemoryStrategy.Jsii$Default
- All Known Implementing Classes:
IMemoryStrategy.Jsii$Proxy,ManagedMemoryStrategy,SelfManagedMemoryStrategy
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-19T08:18:44.446Z")
@Stability(Stable)
public interface IMemoryStrategy
extends software.amazon.jsii.JsiiSerializable
Interface for Memory strategies.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIMemoryStrategy.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe description of the memory strategy.The name of the memory strategy.The type of memory strategy.grant(IGrantable grantee) Grants the necessary permissions to the role.render()Renders internal attributes to CloudFormation.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStrategyName
The name of the memory strategy. -
getStrategyType
The type of memory strategy. -
getDescription
The description of the memory strategy. -
grant
Grants the necessary permissions to the role.- Parameters:
grantee-- The grantee to grant permissions to.
- Returns:
- The Grant object for chaining
-
render
Renders internal attributes to CloudFormation.
-