Module Values.AuthorizeCacheSecurityGroupIngressMessageSource

Represents the input of an AuthorizeCacheSecurityGroupIngress operation.

Sourcetype nonrec t = {
  1. cacheSecurityGroupName : String_.t;
    (*

    The cache security group that allows network ingress.

    *)
  2. eC2SecurityGroupName : String_.t;
    (*

    The Amazon EC2 security group to be authorized for ingress to the cache security group.

    *)
  3. eC2SecurityGroupOwnerId : String_.t;
    (*

    The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.

    *)
}
Sourceval context_ : string
Sourceval make : cacheSecurityGroupName:String_.t -> eC2SecurityGroupName:String_.t -> eC2SecurityGroupOwnerId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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