Values.CreateCacheSecurityGroupMessageSourceRepresents the input of a CreateCacheSecurityGroup operation.
type nonrec t = {cacheSecurityGroupName : String_.t;A name for the cache security group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default". Example: mysecuritygroup
*)description : String_.t;A description for the cache security group.
*)}