Module Values.AuthorizeClusterSecurityGroupIngressResultSource

Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an Amazon EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group. If you authorize access to an Amazon EC2 security group, specify EC2SecurityGroupName and EC2SecurityGroupOwnerId. The Amazon EC2 security group and Amazon Redshift cluster must be in the same Amazon Web Services Region. If you authorize access to a CIDR/IP address range, specify CIDRIP. For an overview of CIDR blocks, see the Wikipedia article on Classless Inter-Domain Routing. You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to Working with Security Groups in the Amazon Redshift Cluster Management Guide.

Sourcetype authorizeClusterSecurityGroupIngressResult = {
  1. clusterSecurityGroup : ClusterSecurityGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. authorizeClusterSecurityGroupIngressResult : authorizeClusterSecurityGroupIngressResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationAlreadyExistsFault of AuthorizationAlreadyExistsFault.t
  2. | `AuthorizationQuotaExceededFault of AuthorizationQuotaExceededFault.t
  3. | `ClusterSecurityGroupNotFoundFault of ClusterSecurityGroupNotFoundFault.t
  4. | `InvalidClusterSecurityGroupStateFault of InvalidClusterSecurityGroupStateFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?clusterSecurityGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AuthorizationAlreadyExistsFault of unit | `AuthorizationQuotaExceededFault of unit | `ClusterSecurityGroupNotFoundFault of unit | `InvalidClusterSecurityGroupStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationAlreadyExistsFault of unit | `AuthorizationQuotaExceededFault of unit | `ClusterSecurityGroupNotFoundFault of unit | `InvalidClusterSecurityGroupStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t