ImportedRedis

@cosmos-building-blocks/serviceGlobalsImportedRedis

Hierarchy

  • Construct

    ImportedRedis

Implements

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:

NameType
scopeConstruct
idstring
propsRedisAttributes

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