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
The Redis Elasticache External Attribute Cache component inherits from the External Attribute Cache
The properties supported by this managed object are as follows:
Basic Properties: | Advanced Properties: |
---|---|
↓ redis-replication-group-id | None |
↓ username | |
↓ password |
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 |
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 |
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 |
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}