Values.CreateCacheSecurityGroupResultSourceCreates a new cache security group. Use a cache security group to control access to one or more clusters. Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.
and t = {createCacheSecurityGroupResult : createCacheSecurityGroupResult;responseMetaData : responseMetaData;}type error = [ | `CacheSecurityGroupAlreadyExistsFault of CacheSecurityGroupAlreadyExistsFault.t| `CacheSecurityGroupQuotaExceededFault of CacheSecurityGroupQuotaExceededFault.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CacheSecurityGroupAlreadyExistsFault of unit
| `CacheSecurityGroupQuotaExceededFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CacheSecurityGroupAlreadyExistsFault of unit
| `CacheSecurityGroupQuotaExceededFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]