ImportedRedis
@cosmos-building-blocks/service › Globals › ImportedRedis
Hierarchy
Construct
↳ ImportedRedis
Implements
- IConstruct
- IConstruct
- IRedis
Index
Constructors
Properties
Constructors
constructor
+ new ImportedRedis(scope
: Construct, id
: string, props
: RedisAttributes): ImportedRedis
Overrides void
Defined in packages/@cosmos-building-blocks/service/src/redis.ts:234
Parameters:
Name | Type |
---|---|
scope | Construct |
id | string |
props | RedisAttributes |
Returns: ImportedRedis
Properties
Readonly
redisEndpoint
• redisEndpoint: string
Implementation of IRedis.redisEndpoint
Defined in packages/@cosmos-building-blocks/service/src/redis.ts:226
Redis endpoint of the Primary Address
Readonly
redisPort
• redisPort: string
Implementation of IRedis.redisPort
Defined in packages/@cosmos-building-blocks/service/src/redis.ts:230
Redis port of the Primary Address
Readonly
redisProtocol
• redisProtocol: string
Implementation of IRedis.redisProtocol
Defined in packages/@cosmos-building-blocks/service/src/redis.ts:222
Redis Protocol of the Primary Address connection (redis[s])
Optional
Readonly
redisSecurityGroups
• redisSecurityGroups? : ISecurityGroup[]
Implementation of IRedis.redisSecurityGroups
Defined in packages/@cosmos-building-blocks/service/src/redis.ts:218
Security Group assigned to Redis Cluster
Readonly
redisUri
• redisUri: string
Implementation of IRedis.redisUri
Defined in packages/@cosmos-building-blocks/service/src/redis.ts:234
Redis URI `{protocol}://{endpoint}:{port} of the Primary Address