Values.CreateClusterSecurityGroupResultSourceCreates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
type createClusterSecurityGroupResult = {clusterSecurityGroup : ClusterSecurityGroup.t option;}and t = {createClusterSecurityGroupResult : createClusterSecurityGroupResult;responseMetaData : responseMetaData;}type error = [ | `ClusterSecurityGroupAlreadyExistsFault of
ClusterSecurityGroupAlreadyExistsFault.t| `ClusterSecurityGroupQuotaExceededFault of
ClusterSecurityGroupQuotaExceededFault.t| `InvalidTagFault of InvalidTagFault.t| `TagLimitExceededFault of TagLimitExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterSecurityGroupAlreadyExistsFault of unit
| `ClusterSecurityGroupQuotaExceededFault of unit
| `InvalidTagFault of unit
| `TagLimitExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterSecurityGroupAlreadyExistsFault of unit
| `ClusterSecurityGroupQuotaExceededFault of unit
| `InvalidTagFault of unit
| `TagLimitExceededFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ])
list ])
list ]