Values.AuthorizeCacheSecurityGroupIngressResultSourceAllows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism. You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.
type error = [ | `AuthorizationAlreadyExistsFault of AuthorizationAlreadyExistsFault.t| `CacheSecurityGroupNotFoundFault of CacheSecurityGroupNotFoundFault.t| `InvalidCacheSecurityGroupStateFault of InvalidCacheSecurityGroupStateFault.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationAlreadyExistsFault of unit
| `CacheSecurityGroupNotFoundFault of unit
| `InvalidCacheSecurityGroupStateFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationAlreadyExistsFault of unit
| `CacheSecurityGroupNotFoundFault of unit
| `InvalidCacheSecurityGroupStateFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]