Module Values.CacheSecurityGroupMembershipSource

Represents a cluster's status within a particular cache security group.

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

    The name of the cache security group.

    *)
  2. status : String_.t option;
    (*

    The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

    *)
}
Sourceval make : ?cacheSecurityGroupName:??? -> ?status:??? -> 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