RemoteRedis
@cdk-cosmos/core › Globals › RemoteRedis
Hierarchy
- RemoteRedis
Index
Constructors
Properties
Methods
Constructors
constructor
+ new RemoteRedis(redis: IRedis & Construct, exportName: string, scope: Construct): RemoteRedis
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:358
Parameters:
| Name | Type | Default |
|---|---|---|
redis | IRedis & Construct | - |
exportName | string | - |
scope | Construct | redis |
Returns: RemoteRedis
Properties
Readonly redisEndpoint
• redisEndpoint: string
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:357
Readonly redisPort
• redisPort: string
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:358
Readonly redisProtocol
• redisProtocol: string
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:356
Readonly redisSecurityGroupId
• redisSecurityGroupId: string
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:355
Methods
Static import
▸ import(scope: Construct, id: string, exportName: string): IRedis
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:382
Parameters:
| Name | Type |
|---|---|
scope | Construct |
id | string |
exportName | string |
Returns: IRedis