PingAuthorize Server Documentation Index
Configuration Reference Home

Redis Elasticache External Attribute Cache

Note: this component stores cluster-wide configuration data and is mirrored across all servers in the topology within the the same cluster.

Note: changes to cluster-wide configuration objects are immediately and automatically mirrored across all servers within the same cluster, so offline changes are not supported.

Redis Elasticache External Attribute Caches represent locations where the PingAuthorize Server can connect to an external Redis ElastiCache deployment.

Parent Component
Properties
dsconfig Usage

Parent Component

The Redis Elasticache External Attribute Cache component inherits from the External Attribute Cache

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ redis-replication-group-id  None
↓ username
↓ password

Basic Properties

redis-replication-group-id

Description
Specifies the Elasticache replication group ID.
Default Value

Allowed Values
A string
Multi-Valued
No
Required
Yes
Admin Action Required
None. Modification requires no further action

username

Description
Specifies the username to be used when connecting to the Redis Elasticache External Attribute Cache.
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action

password

Description
Specifies the password to be used when connecting to the Redis Elasticache External Attribute Cache.
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured External Attribute Caches:

dsconfig list-external-attribute-caches
     [--property {propertyName}] ...

To view the configuration for an existing External Attribute Cache:

dsconfig get-external-attribute-cache-prop
     --cache-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing External Attribute Cache:

dsconfig set-external-attribute-cache-prop
     --cache-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To create a new Redis Elasticache External Attribute Cache:

dsconfig create-external-attribute-cache
     --cache-name {name}
     --type redis-elasticache
     [--set {propertyName}:{propertyValue}] ...

To delete an existing External Attribute Cache:

dsconfig delete-external-attribute-cache
     --cache-name {name}